- remove() - Method in class bag.Bag
-
Removes one unspecified entry from this bag, if possible.
- remove(T) - Method in class bag.Bag
-
Removes one occurrence of a given entry from this bag, if possible.
- remove() - Method in interface bag.BagInterface
-
Removes one unspecified entry from this bag, if possible.
- remove(T) - Method in interface bag.BagInterface
-
Removes one occurrence of a given entry from this bag.
- remove(T) - Method in interface bag.SimpleBagInterface
-
Removes one occurrence of a given entry from this bag.
- remove(int) - Method in class list.AList
-
Removes the entry at a given position from this list.
- remove(int) - Method in interface list.ListInterface
-
Removes the entry at a given position from this list.
- replace(int, T) - Method in class list.AList
-
Replaces the entry at a given position in this list.
- replace(int, T) - Method in interface list.ListInterface
-
Replaces the entry at a given position in this list.