Package | Description |
---|---|
org.apache.commons.collections4.multiset |
This package contains implementations of the
MultiSet and
SortedMultiSet interfaces. |
Modifier and Type | Field | Description |
---|---|---|
protected java.util.Iterator<java.util.Map.Entry<E,AbstractMapMultiSet.MutableInteger>> |
AbstractMapMultiSet.EntrySetIterator.decorated |
|
protected java.util.Map.Entry<E,AbstractMapMultiSet.MutableInteger> |
AbstractMapMultiSet.MultiSetEntry.parentEntry |
Modifier and Type | Method | Description |
---|---|---|
protected java.util.Map<E,AbstractMapMultiSet.MutableInteger> |
AbstractMapMultiSet.getMap() |
Utility method for implementations to access the map that backs this multiset.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
AbstractMapMultiSet.setMap(java.util.Map<E,AbstractMapMultiSet.MutableInteger> map) |
Sets the map being wrapped.
|
Constructor | Description |
---|---|
AbstractMapMultiSet(java.util.Map<E,AbstractMapMultiSet.MutableInteger> map) |
Constructor that assigns the specified Map as the backing store.
|
EntrySetIterator(java.util.Iterator<java.util.Map.Entry<E,AbstractMapMultiSet.MutableInteger>> iterator,
AbstractMapMultiSet<E> parent) |
Constructor.
|
MultiSetEntry(java.util.Map.Entry<E,AbstractMapMultiSet.MutableInteger> parentEntry) |
Constructor.
|
Copyright © 2001-2019 - Apache Software Foundation