Package | Description |
---|---|
components.sequence |
Sequence data structure component family and their implementations. |
Modifier and Type | Interface and Description |
---|---|
interface |
Sequence<T>
Additional functionality upon the bare-bones functionality afforded by the
SequenceKernel interface. |
Modifier and Type | Class and Description |
---|---|
class |
Sequence1L<T>
A sequence label structure layered on top of a java.util.ArrayList.
|
class |
SequenceDL<T>
An implementation of a Sequence label structure layered on the
DoublyLinkedList component.
|
class |
SequenceSecondary<T>
Abstract class providing the implementation of all of the layered secondary
methods that were defined in the Sequence interface, as well as the
implementation for equals, toString, and hashCode methods.
|