Uses of Package
org.apache.commons.collections4.multiset
-
Packages that use org.apache.commons.collections4.multiset Package Description org.apache.commons.collections4.multiset This package contains implementations of theMultiSet
interface. -
Classes in org.apache.commons.collections4.multiset used by org.apache.commons.collections4.multiset Class Description AbstractMapMultiSet Abstract implementation of theMultiSet
interface to simplify the creation of subclass implementations.AbstractMapMultiSet.MutableInteger Mutable integer class for storing the data.AbstractMultiSet Abstract implementation of theMultiSet
interface to simplify the creation of subclass implementations.AbstractMultiSet.AbstractEntry Inner class AbstractEntry.AbstractMultiSetDecorator Decorates anotherMultSet
to provide additional behaviour.PredicatedMultiSet Decorates anotherMultiSet
to validate that additions match a specified predicate.SynchronizedMultiSet Decorates anotherMultiSet
to synchronize its behaviour for a multi-threaded environment.