| Package | Description |
|---|---|
| org.apache.commons.collections4.multiset |
This package contains implementations of the
MultiSet and
SortedMultiSet interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMapMultiSet<E>
Abstract implementation of the
MultiSet interface to simplify the creation of subclass implementations.
|
class |
HashMultiSet<E>
Implements
MultiSet, using a
HashMap to provide the data storage.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractMultiSet |
AbstractMultiSet.UniqueSet.parent
The parent multiset
|
| Constructor and Description | |
|---|---|
EntrySet(AbstractMultiSet
Constructs a new view of the MultiSet.
|
|
UniqueSet(AbstractMultiSet
Constructs a new unique element view of the MultiSet.
|