- remove(T) - Method in interface components.binarytree.BinaryTree
-
Searches this
for node
, and removes it from this
.
- remove(T) - Method in class components.binarytree.BinaryTreeSecondary
-
- remove() - Method in class components.linkedlist.DoublyLinkedList
-
- remove() - Method in class components.linkedlist.LinkedList1L
-
- remove() - Method in interface components.linkedlist.LinkedListKernel
-
Removes this.focus
and returns it to the caller.
- remove() - Method in class components.linkedlist.SinglyLinkedList
-
- remove(int) - Method in class components.sequence.Sequence1L
-
- remove(int) - Method in class components.sequence.SequenceDL
-
- remove(int) - Method in interface components.sequence.SequenceKernel
-
Removes the entry at pos
position of #this
.
- removeFront() - Method in interface components.linkedlist.LinkedList
-
Removes and returns the first entry in this
.
- removeFront() - Method in class components.linkedlist.LinkedListSecondary
-
- removeLeftMost(BinaryTree<T>) - Static method in class components.binarytree.BinaryTreeUtility
-
Removes and returns the left-most node in t
.
- removeRear() - Method in class components.linkedlist.DoublyLinkedList
-
- removeRear() - Method in interface components.linkedlist.LinkedList
-
Removes and returns the final entry in this
.
- removeRear() - Method in class components.linkedlist.LinkedListSecondary
-
- removeRightMost(BinaryTree<T>) - Static method in class components.binarytree.BinaryTreeUtility
-
Removes and returns the right-most node in t
.
- replaceEntry(int, T) - Method in interface components.sequence.Sequence
-
Replaces the entry at index pos
of #this
with
entry
.
- replaceEntry(int, T) - Method in class components.sequence.SequenceSecondary
-
- replaceFront(T) - Method in class components.queue.Queue1L
-
- replaceFront(T) - Method in class components.queue.QueueDL
-
- replaceFront(T) - Method in interface components.queue.QueueKernel
-
Replaces the entry at the front of this
with entry
, and
returns the entry at the front of #this
.
- replaceRoot(T) - Method in interface components.binarytree.BinaryTree
-
Swaps #this.root
with replacement
and returns
#this.root
.
- replaceRoot(T) - Method in class components.binarytree.BinaryTreeSecondary
-
- retreat() - Method in class components.linkedlist.DoublyLinkedList
-
- retreat() - Method in class components.linkedlist.LinkedList1L
-
- retreat() - Method in interface components.linkedlist.LinkedListKernel
-
Shifts this.focus
to the entry previous to #this.focus
.
- retreat() - Method in class components.linkedlist.SinglyLinkedList
-
- rightSubtree() - Method in interface components.binarytree.BinaryTreeKernel
-
Removes the right subtree from this
and returns it.
- rightSubtree() - Method in class components.binarytree.BinaryTreeNL
-
- root() - Method in interface components.binarytree.BinaryTreeKernel
-
Returns a reference to the root of this
.
- root() - Method in class components.binarytree.BinaryTreeNL
-