| Constructor and Description |
|---|
HashCounterBag() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E element) |
void |
clear() |
boolean |
contains(Object element) |
int |
count(E element)
Counts the occurence of an element in the bag.
|
Iterator<E> |
iterator() |
boolean |
remove(Object element) |
int |
size() |
addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitCopyright © 2003-2019 Serge Brisson. All Rights Reserved.