| Interface | Description | |
|---|---|---|
| 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. |
| Class | Description | |
|---|---|---|
| DLinkedList | A doubly linked list. | |
| DListIterator | A list iterator. | |
| DListNode | A list node. |