A B C D E F G H I K L M N R S T U V

L

last - Variable in class sdds.List
The last node in the list
length() - Method in class sdds.DList
Return the number of elements in the dynamic list in O(1) time.
length - Variable in class sdds.List
The number of elements in the list
length() - Method in class sdds.List
Return the number of elements in the list in O(1) time.
List<O> - Class in sdds
A singly-linked list (the abstract superclass of DList and SList).
List(int, List.Node<O>) - Constructor for class sdds.List
Construct a list with a given size and a given first node.
List() - Constructor for class sdds.List
Construct an empty list.
List(O[]) - Constructor for class sdds.List
Construct a list which initially contains a given set of elements.
ListTest - Class in unit_tests
Tests common to all subclasses of List
ListTest() - Constructor for class unit_tests.ListTest
 

A B C D E F G H I K L M N R S T U V