Uses of Package
org.apache.commons.collections4.multiset
-
Packages that use org.apache.commons.collections4.multiset Package Description org.apache.commons.collections4.multiset Implements 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 anotherMultiSetto provide additional behavior.PredicatedMultiSet Decorates anotherMultiSetto validate that additions match a specified predicate.SynchronizedMultiSet Decorates anotherMultiSetto synchronize its behavior for a multithreaded environment.