- last() - Method in class list.List
-
Returns the last item in this list.
- last() - Method in interface list.ListADT
-
Returns the last item in this list.
- list - package list
-
- List<T extends java.lang.Comparable<T>> - Class in list
-
- List() - Constructor for class list.List
-
Default constructor for the List class.
- List(int) - Constructor for class list.List
-
Parameterized constructor for the List class.
Creates an array to store the parameter specified amount of items.
- ListADT<T extends java.lang.Comparable<T>> - Interface in list
-
- ListIterator<T> - Class in list
-
An iterator that traverses in one direction through the list.
- ListIterator(T[], int) - Constructor for class list.ListIterator
-
Parameterized constructor for the ListIterator class.