Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.collections4.multiset Classes and Interfaces - 17 results found.
NameDescriptionTypePackageFramework
AbstractMapMultiSetAbstract implementation of the MultiSet interface to simplify the creation of subclass implementations.Classorg.apache.commons.collections4.multisetApache Commons
AbstractMapMultiSet .EntrySetIteratorInner class EntrySetIterator.Classorg.apache.commons.collections4.multiset.AbstractMapMultiSetApache Commons
AbstractMapMultiSet .MultiSetEntryInner class MultiSetEntry.Classorg.apache.commons.collections4.multiset.AbstractMapMultiSetApache Commons
AbstractMapMultiSet .MutableIntegerMutable integer class for storing the data.Classorg.apache.commons.collections4.multiset.AbstractMapMultiSetApache Commons
AbstractMapMultiSet .UniqueSetIteratorInner class UniqueSetIterator.Classorg.apache.commons.collections4.multiset.AbstractMapMultiSetApache Commons
AbstractMultiSetAbstract implementation of the MultiSet interface to simplify the creation of subclass implementations.Classorg.apache.commons.collections4.multisetApache Commons
AbstractMultiSet .AbstractEntryInner class AbstractEntry.Classorg.apache.commons.collections4.multiset.AbstractMultiSetApache Commons
AbstractMultiSet .EntrySetInner class EntrySet.Classorg.apache.commons.collections4.multiset.AbstractMultiSetApache Commons
AbstractMultiSet .UniqueSetInner class UniqueSet.Classorg.apache.commons.collections4.multiset.AbstractMultiSetApache Commons
AbstractMultiSetDecoratorDecorates another MultSet to provide additional behaviour.Classorg.apache.commons.collections4.multisetApache Commons
HashMultiSet data storage.Classorg.apache.commons.collections4.multisetApache Commons
MultiSetDefines a collection that counts the number of times an object appears in Suppose you have a MultiSet that contains {a, a, b, c}.Interfaceorg.apache.commons.collections4Apache Commons
MultiSet .EntryAn unmodifiable entry for an element and its occurrence as contained in a MultiSet.Interfaceorg.apache.commons.collections4.MultiSetApache Commons
MultiSetUtilsProvides utility methods and decorators for MultiSet instances.Classorg.apache.commons.collections4Apache Commons
PredicatedMultiSetDecorates another MultiSet to validate that additions match a specified predicate.Classorg.apache.commons.collections4.multisetApache Commons
SynchronizedMultiSetDecorates another MultiSet to synchronize its behaviour for a multi-threaded environment.Classorg.apache.commons.collections4.multisetApache Commons
UnmodifiableMultiSetDecorates another MultiSet to ensure it can't be altered.Classorg.apache.commons.collections4.multisetApache Commons