protected static class AbstractMapMultiSet.MultiSetEntry<E> extends AbstractMultiSet.AbstractEntry <E>
| Modifier and Type | Field and Description |
|---|---|
protected Map |
parentEntry
|
| Modifier | Constructor and Description |
|---|---|
protected |
MultiSetEntry(Map
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Returns the number of occurrences for the element of this entry.
|
E |
getElement()
Returns the element corresponding to this entry.
|
equals, hashCode, toStringprotected final Map.Entry <E ,AbstractMapMultiSet .MutableInteger > parentEntry
protected MultiSetEntry(Map.Entry <E ,AbstractMapMultiSet .MutableInteger > parentEntry)
parentEntry - the entry to decorate
public E getElement()
MultiSet.Entry
public int getCount()
MultiSet.Entry