| Package | Description |
|---|---|
| org.apache.commons.collections4.multiset |
This package contains implementations of the
MultiSet and
SortedMultiSet interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HashMultiSet<E>
Implements
MultiSet, using a
HashMap to provide the data storage.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractMapMultiSet |
AbstractMapMultiSet.UniqueSetIterator.parent
The parent multiset
|
protected AbstractMapMultiSet |
AbstractMapMultiSet.EntrySetIterator.parent
The parent map
|
| Constructor and Description | |
|---|---|
EntrySetIterator(Iterator
Constructor.
|
|
UniqueSetIterator(Iterator
Constructor.
|