- remove(T, Comparator<T>) - Method in class listClasses.BasicDoubleLinkedList
-
Removes ALL instances of targetData from the list.
- remove(T) - Method in class listClasses.SortedDoubleLinkedList
-
Implements the remove operation by calling the super class remove method.
- retrieve(int) - Method in class listClasses.BasicDoubleLinkedList
-
Removes and returns the element at the index position from the list (zero indexed).
- retrieveFirstElement() - Method in class listClasses.BasicDoubleLinkedList
-
Removes and returns the first element from the list.
- retrieveLastElement() - Method in class listClasses.BasicDoubleLinkedList
-
Removes and returns the last element from the list.