- 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.
- report(ArrayBag<String>) - Static method in class BagTest
-