Package | Description |
---|---|
org.apache.commons.collections4.multiset |
This package contains implementations of the
MultiSet interface. |
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<E> |
AbstractMultiSet.UniqueSet.parent
The parent multiset
|
Constructor and 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 The Apache Software Foundation. All rights reserved.