|
Algorithm Development Kit 1.0 |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| DoubleLinkedList<E> | Maintain doubly-linked list of entities. |
| DoubleLinkedListIterator<E> | Provide minimal iterator to walk through the next pointers in the DoubleLinkedList. |
| DoubleNode<E> | Double Linked list of elements parameterized by class E. |
| List<E> | List of objects. |
| ListIterator<E> | Provide minimal iterator to walk through the next pointers in the linked list. |
| Node<E> | Node in a singly-linked list. |
Defines commonly shared functionality for maintaining linked lists. Two forms of elementary list data structures are defined by this package. The List class provides a simple linked list while DoubleLinkedList offers lists whose nodes contain both previous and next references to the nodes in the DoubleLinkedList.
|
Algorithm Development Kit 1.0 | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||