Sequence
data structure component family and their implementations.See: Description
Interface | Description |
---|---|
Sequence<T> |
Additional functionality upon the bare-bones functionality afforded by the
SequenceKernel interface. |
SequenceKernel<T> |
Sequence kernel component containing method headers and contracts for
all methods that will directly interact with the label representations of all
Sequence implementations. |
Class | Description |
---|---|
Sequence1L<T> |
A sequence label structure layered on top of a java.util.ArrayList.
|
SequenceDL<T> |
An implementation of a Sequence label structure layered on the
DoublyLinkedList component.
|
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.
|
Sequence
data structure component family and their implementations.