Skip navigation links
A B C D E G I L N P Q R S T 

A

add(T) - Method in class bag.Bag
Adds a new entry to this bag.
add(T) - Method in interface bag.BagInterface
Adds a new entry to this bag.
add(T) - Method in interface bag.SimpleBagInterface
Adds a new entry to this bag.
add(T) - Method in class list.AList
Adds a new entry to the end of this list.
add(int, T) - Method in class list.AList
Adds a new entry at a specified position within this list.
add(T) - Method in interface list.ListInterface
Adds a new entry to the end of this list.
add(int, T) - Method in interface list.ListInterface
Adds a new entry at a specified position within this list.
AList<T> - Class in list
A class that implements the ADT list by using a resizable array.
AList() - Constructor for class list.AList
AList's default constructor, makes a list with default capacity of 25.
AList(int) - Constructor for class list.AList
AList's constructor where you specify the initial capacity.
A B C D E G I L N P Q R S T 
Skip navigation links