| Package | Description |
|---|---|
| org.apache.commons.collections4.multiset |
This package contains implementations of the
MultiSet and
SortedMultiSet interfaces. |
| Modifier and Type | Class | 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 | Description |
|---|---|---|
protected AbstractMultiSet<E> |
AbstractMultiSet.UniqueSet.parent |
The parent multiset
|
| Constructor | Description |
|---|---|
EntrySet(AbstractMultiSet<E> parent) |
Constructs a new view of the MultiSet.
|
UniqueSet(AbstractMultiSet<E> parent) |
Constructs a new unique element view of the MultiSet.
|
Copyright © 2001-2019 - Apache Software Foundation