Package | Description |
---|---|
org.apache.commons.collections4.multiset |
This package contains implementations of the
MultiSet interface. |
Class and Description |
---|
AbstractMapMultiSet
Abstract implementation of the
MultiSet interface to simplify the
creation of subclass implementations. |
AbstractMapMultiSet.MutableInteger
Mutable integer class for storing the data.
|
AbstractMultiSet
Abstract implementation of the
MultiSet interface to simplify the
creation of subclass implementations. |
AbstractMultiSet.AbstractEntry
Inner class AbstractEntry.
|
AbstractMultiSetDecorator
Decorates another
MultSet to provide additional behaviour. |
PredicatedMultiSet
Decorates another
MultiSet to validate that additions
match a specified predicate. |
SynchronizedMultiSet
Decorates another
MultiSet to synchronize its behaviour
for a multi-threaded environment. |
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.