protected static class AbstractMultiSet.EntrySet<E> extends AbstractSet<MultiSet .Entry <E>>
| Modifier | Constructor and Description |
|---|---|
protected |
EntrySet(AbstractMultiSet
Constructs a new view of the MultiSet.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object
|
Iterator |
iterator()
|
boolean |
remove(Object
|
int |
size()
|
equals, hashCode, removeAlladd, addAll, clear, containsAll, isEmpty, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, containsAll, isEmpty, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected EntrySet(AbstractMultiSet<E> parent)
parent - the parent MultiSet
public int size()
public Iterator<MultiSet .Entry <E>> iterator()
public boolean contains(Objectobj)
public boolean remove(Objectobj)