Package DAT

Interface Summary
Combination Interface for a combination belonging to a combination lock.
List Interface for List ADTs that use a window for Links
Lock Interface for a combination lock.
Map Interface for a Map ADT
Queue Queue interface.
QueueChar Character queue interface.
QueueString Queue of Strings interface.
StackChar Character stack interface.
 

Class Summary
Link A link used to (recursively) construct a linked list.
LinkChar A link used to (recursively) construct a linked list of chars.
LinkedList  
LinkedListChar A basic recursive (linked) list of chars.
LinkedListTest  
ListLinked  
Pair A pair (2-tuple) of information.
QueueCharBlock Block representation of a character queue.
QueueCharLinked Linked list representation of a character queue.
ReversalADT Reversal program using ADTs.
WindowLinked Window for linked representations of lists