Interfaces
 InterfaceDescription
 Collection A 'java-style' collection interface.
 Iterator A 'java-style' iterator interface.
 LinkedListNode A marker interface for the singly linked and doubly linked list nodes.
Classes
 ClassDescription
 DLinkedList A doubly linked list.
 DListIterator A list iterator.
 DListNode A list node.