- clear() - Method in class bag.Bag
-
Removes all entries from this bag.
- clear() - Method in interface bag.BagInterface
-
Removes all entries from this bag.
- clear() - Method in class list.AList
-
Removes all entries from this list.
- clear() - Method in interface list.ListInterface
-
Removes all entries from this list.
- clear() - Method in interface queue.QueueInterface
-
Removes all entries from this queue.
- clear() - Method in class stack.LinkedStack
-
- clear() - Method in interface stack.StackInterface
-
Removes all entries from this stack.
- contains(T) - Method in class bag.Bag
-
Tests whether this bag contains a given entry.
- contains(T) - Method in interface bag.BagInterface
-
Tests whether this bag contains a given entry.
- contains(T) - Method in class list.AList
-
Sees whether this list contains a given entry.
- contains(T) - Method in interface list.ListInterface
-
Sees whether this list contains a given entry.