- add(T) - Method in class components.linkedlist.DoublyLinkedList
-
- add(T) - Method in class components.linkedlist.LinkedList1L
-
- add(T) - Method in interface components.linkedlist.LinkedListKernel
-
Appends entry
to the end of #this.
- add(T) - Method in class components.linkedlist.SinglyLinkedList
-
- add(int, T) - Method in class components.sequence.Sequence1L
-
- add(int, T) - Method in class components.sequence.SequenceDL
-
- add(int, T) - Method in interface components.sequence.SequenceKernel
-
Inserts entry
into this
at index position pos
.
- addToFront(T) - Method in class components.linkedlist.DoublyLinkedList
-
- addToFront(T) - Method in class components.linkedlist.LinkedList1L
-
- addToFront(T) - Method in interface components.linkedlist.LinkedListKernel
-
Adds entry
to the front of #this.
- addToFront(T) - Method in class components.linkedlist.SinglyLinkedList
-
- advance() - Method in class components.linkedlist.DoublyLinkedList
-
- advance() - Method in class components.linkedlist.LinkedList1L
-
- advance() - Method in interface components.linkedlist.LinkedListKernel
-
Shifts #this.focus
forward by 1 position.
- advance() - Method in class components.linkedlist.SinglyLinkedList
-
- append(Collection<T>) - Method in interface components.queue.Queue
-
Appends the entries in collection
to the end of this
.
- append(Queue<T>) - Method in interface components.queue.Queue
-
Appends the entries in collection
to the end of this
.
- append(Collection<T>) - Method in class components.queue.QueueSecondary
-
- append(Queue<T>) - Method in class components.queue.QueueSecondary
-
- append(Sequence<T>) - Method in interface components.sequence.Sequence
-
Appends the entries in seq
to the end of this
.
- append(T) - Method in interface components.sequence.Sequence
-
Appends entry
to the end of this
.
- append(Sequence<T>) - Method in class components.sequence.SequenceSecondary
-
- append(T) - Method in class components.sequence.SequenceSecondary
-