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 |
ArrayIndexList<E>
Realization of an indexed list by means of an array, which is doubled
when the size of the indexed list exceeds the capacity of the array.
|
Modifier and Type | Class and Description |
---|---|
class |
NodeSequence<E>
An implementation of the Sequence ADT
|