Package | Description |
---|---|
org.apache.commons.collections4.multiset |
This package contains implementations of the
MultiSet interface. |
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<E> |
AbstractMapMultiSet.UniqueSetIterator.parent
The parent multiset
|
protected AbstractMapMultiSet<E> |
AbstractMapMultiSet.EntrySetIterator.parent
The parent map
|
Constructor and Description |
---|
EntrySetIterator(Iterator<Map.Entry<E,AbstractMapMultiSet.MutableInteger>> iterator,
AbstractMapMultiSet<E> parent)
Constructor.
|
UniqueSetIterator(Iterator<E> iterator,
AbstractMapMultiSet<E> parent)
Constructor.
|
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.