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 theMultiSetinterface. -
Classes in org.apache.commons.collections4.multiset used by org.apache.commons.collections4.multiset Class Description AbstractMapMultiSet Abstract implementation of theMultiSetinterface to simplify the creation of subclass implementations.AbstractMapMultiSet.MutableInteger Mutable integer class for storing the data.AbstractMultiSet Abstract implementation of theMultiSetinterface to simplify the creation of subclass implementations.AbstractMultiSet.AbstractEntry Inner class AbstractEntry.AbstractMultiSetDecorator Decorates anotherMultSetto provide additional behaviour.PredicatedMultiSet Decorates anotherMultiSetto validate that additions match a specified predicate.SynchronizedMultiSet Decorates anotherMultiSetto synchronize its behaviour for a multi-threaded environment.