Package | Description |
---|---|
components.sequence |
Sequence data structure component family and their implementations. |
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.
|
Modifier and Type | Method and Description |
---|---|
Sequence<T> |
SequenceDL.newInstance() |
Sequence<T> |
Sequence1L.newInstance() |
Modifier and Type | Method and Description |
---|---|
void |
SequenceSecondary.append(Sequence<T> seq) |
void |
Sequence.append(Sequence<T> seq)
Appends the entries in
seq to the end of this . |
void |
SequenceDL.transferFrom(Sequence<T> source) |
void |
Sequence1L.transferFrom(Sequence<T> source) |