- remove() - Method in class ArrayBag
-
Removes one unspecified entry from this bag, if possible.
- remove(T) - Method in class ArrayBag
-
Removes one occurrence of a given entry from this bag.
- remove() - Method in interface BagInterface
-
Removes one unspecified entry from this bag, if possible.
- remove(T) - Method in interface BagInterface
-
Removes one occurrence of a given entry from this bag,
if possible.
- removeDuplicates() - Method in class ArrayBag
-
Remove all duplicate items from a bag