- leftSubtree() - Method in interface components.binarytree.BinaryTreeKernel
-
Removes the left subtree from this
and returns it.
- leftSubtree() - Method in class components.binarytree.BinaryTreeNL
-
- length() - Method in class components.linkedlist.DoublyLinkedList
-
- length() - Method in class components.linkedlist.LinkedList1L
-
- length() - Method in interface components.linkedlist.LinkedListKernel
-
Returns the number of entries in this
.
- length() - Method in class components.linkedlist.SinglyLinkedList
-
- length() - Method in class components.queue.Queue1L
-
- length() - Method in class components.queue.QueueDL
-
- length() - Method in interface components.queue.QueueKernel
-
Reports the number of entries in the queue.
- length() - Method in class components.sequence.Sequence1L
-
- length() - Method in class components.sequence.SequenceDL
-
- length() - Method in interface components.sequence.SequenceKernel
-
Reports the length of this
.
- LinkedList<T> - Interface in components.linkedlist
-
Additional functionality upon the bare-bones functionality afforded by the
LinkedListKernel
interface.
- LinkedList1L<T> - Class in components.linkedlist
-
- LinkedList1L() - Constructor for class components.linkedlist.LinkedList1L
-
- LinkedListKernel<T> - Interface in components.linkedlist
-
LinkedList
kernel component containing method headers and contracts
for all methods that will directly interact with the label representations of
all LinkedList implementations.
- LinkedListSecondary<T> - Class in components.linkedlist
-
Abstract class providing the implementation of all of the layered secondary
methods that were defined in the LinkedList interface, as well as the
implementation for equals, toString, and hashCode methods.
- LinkedListSecondary() - Constructor for class components.linkedlist.LinkedListSecondary
-