All Classes and Interfaces
Class
Description
Interface for an ADT queue.
Interface for an ADT stack.
simple interface for color map
color map for (small) positive integer counts
map values in
[minValue,maxValue] to colorInterface for simple decorator with preset properties
Implementation of a doubly linked list.
Simple viewer for
Graphvizable.Use GraphViz to render graph structures.
Interface for GraphViz
rendering.
Interface for decorating items of
Graphvizable objects.Decorator for items of
Graphvizable objects.Implementation of AbstractQueue as a (dynamically resized)
circular buffer based on array.
Impementation of AbstractQueue based on doubly linked list
DList.Example for a simple decorator.
Simple framework for single stepping code.
Demonstrate use of SingleStepper
Implementation of a singly linked list.
Implementation of a stack based on
Vector.System related utilities.
Implementation of an array-based vector.
A queue that outputs messages on
VerboseQueue.enqueue(T) and VerboseQueue.dequeue().