| Modifier and Type | Method and Description |
|---|---|
SortedDoubleLinkedList<T> |
SortedDoubleLinkedList.add(T element)
Inserts the specified element at the correct position in the sorted list.
|
SortedDoubleLinkedList<T> |
SortedDoubleLinkedList.merge(SortedDoubleLinkedList<T> list)
Merges two SortedLinkedLists.
|
SortedDoubleLinkedList<T> |
SortedDoubleLinkedList.remove(T targetData)
Implements the remove operation by calling the super class remove method.
|
| Modifier and Type | Method and Description |
|---|---|
SortedDoubleLinkedList<T> |
SortedDoubleLinkedList.merge(SortedDoubleLinkedList<T> list)
Merges two SortedLinkedLists.
|