Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- add(int, E) - Method in interface utilities.ListADT
-
Inserts the specified element at the specified position in this list.
- add(int, E) - Method in class utilities.MyArrayList
- add(E) - Method in interface utilities.ListADT
-
Appends the specified element to the end of this list.
- add(E) - Method in class utilities.MyArrayList
- addAll(ListADT<? extends E>) - Method in interface utilities.ListADT
-
Appends all the elements in the specified
java.utilCollection
to the end of this list, in the order that they are returned by the specified collection'sIterator
. - addAll(ListADT<? extends E>) - Method in class utilities.MyArrayList
- addFirst(E) - Method in class utilities.MyDLList
-
Appends data to the beginning of this list.
- addLast(E) - Method in class utilities.MyDLList
-
Appends data to the end of this list.
- ArrayListTest - Class in tests
-
A test class for testing the
MyArrayList
class. - ArrayListTest() - Constructor for class tests.ArrayListTest
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form