MultiSet.Entry<E>protected static class AbstractMapMultiSet.MultiSetEntry<E> extends AbstractMultiSet.AbstractEntry<E>
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.Map.Entry<E,AbstractMapMultiSet.MutableInteger> |
parentEntry |
| Modifier | Constructor | Description |
|---|---|---|
protected |
MultiSetEntry(java.util.Map.Entry<E,AbstractMapMultiSet.MutableInteger> parentEntry) |
Constructor.
|
| Modifier and Type | Method | 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 java.util.Map.Entry<E,AbstractMapMultiSet.MutableInteger> parentEntry
protected MultiSetEntry(java.util.Map.Entry<E,AbstractMapMultiSet.MutableInteger> parentEntry)
parentEntry - the entry to decoratepublic E getElement()
MultiSet.Entrypublic int getCount()
MultiSet.EntryCopyright © 2001-2019 - Apache Software Foundation