| Package | Description |
|---|---|
| net.datastructures | |
| support.graph |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Sequence<E>
An interface for a sequence, a data structure supporting all
operations of a deque, indexed list and position list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodeDeque<E>
Implementation of the Deque interface by means of a doubly linked
list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodeSequence<E>
An implementation of the Sequence ADT
|