| Package | Description |
|---|---|
| org.apache.commons.collections4.multiset |
This package contains implementations of the
MultiSet and
SortedMultiSet interfaces.
|
| Modifier and Type | Field and Description |
|---|---|
protected Iterator |
AbstractMapMultiSet.EntrySetIterator.decorated
|
protected Map |
AbstractMapMultiSet.MultiSetEntry.parentEntry
|
| Modifier and Type | Method and Description |
|---|---|
protected Map |
AbstractMapMultiSet.getMap()
Utility method for implementations to access the map that backs this multiset.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractMapMultiSet.setMap(Map
Sets the map being wrapped.
|
| Constructor and Description | |
|---|---|
AbstractMapMultiSet(Map
Constructor that assigns the specified Map as the backing store.
|
|
EntrySetIterator(Iterator
Constructor.
|
|
MultiSetEntry(Map
Constructor.
|