Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.collections4.bag Classes and Interfaces - 18 results found.
NameDescriptionTypePackageFramework
AbstractBagDecoratorDecorates another Bag to provide additional behaviour.Classorg.apache.commons.collections4.bagApache Commons
AbstractMapBagAbstract implementation of the Bag interface to simplify the creation of subclass implementations.Classorg.apache.commons.collections4.bagApache Commons
AbstractMapBag .MutableIntegerMutable integer class for storing the data.Classorg.apache.commons.collections4.bag.AbstractMapBagApache Commons
AbstractSortedBagDecoratorDecorates another SortedBag to provide additional behaviour.Classorg.apache.commons.collections4.bagApache Commons
BagDefines a collection that counts the number of times an object appears in Suppose you have a Bag that contains {a, a, b, c}.Interfaceorg.apache.commons.collections4Apache Commons
BagUtilsProvides utility methods and decorators for Bag and SortedBag instances.Classorg.apache.commons.collections4Apache Commons
CollectionBagDecorates another Bag to comply with the Collection contract.Classorg.apache.commons.collections4.bagApache Commons
CollectionSortedBagDecorates another SortedBag to comply with the Collection contract.Classorg.apache.commons.collections4.bagApache Commons
HashBag data storage.Classorg.apache.commons.collections4.bagApache Commons
PredicatedBagDecorates another Bag to validate that additions match a specified predicate.Classorg.apache.commons.collections4.bagApache Commons
PredicatedSortedBagDecorates another SortedBag to validate that additions match a specified predicate.Classorg.apache.commons.collections4.bagApache Commons
SynchronizedBagDecorates another Bag to synchronize its behaviour for a multi-threaded environment.Classorg.apache.commons.collections4.bagApache Commons
SynchronizedSortedBagDecorates another SortedBag to synchronize its behaviour for a multi-threaded environment.Classorg.apache.commons.collections4.bagApache Commons
TransformedBagDecorates another Bag to transform objects that are added.Classorg.apache.commons.collections4.bagApache Commons
TransformedSortedBagDecorates another SortedBag to transform objects that are added.Classorg.apache.commons.collections4.bagApache Commons
TreeBag This is the standard implementation of a sorted bag.Classorg.apache.commons.collections4.bagApache Commons
UnmodifiableBagDecorates another Bag to ensure it can't be altered.Classorg.apache.commons.collections4.bagApache Commons
UnmodifiableSortedBagDecorates another SortedBag to ensure it can't be altered.Classorg.apache.commons.collections4.bagApache Commons