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<E> |
AbstractMultiSet.UniqueSet.parent
The parent multiset
|
Constructor and Description |
---|
AbstractMultiSet.EntrySet(AbstractMultiSet<E> parent)
Constructs a new view of the MultiSet.
|
AbstractMultiSet.UniqueSet(AbstractMultiSet<E> parent)
Constructs a new unique element view of the MultiSet.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.