Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.collections4.set Classes and Interfaces - 20 results found.
NameDescriptionTypePackageFramework
AbstractNavigableSetDecoratorDecorates another NavigableSet to provide additional behaviour.Classorg.apache.commons.collections4.setApache Commons
AbstractSerializableSetDecoratorSerializable subclass of AbstractSetDecorator.Classorg.apache.commons.collections4.setApache Commons
AbstractSetDecoratorDecorates another Set to provide additional behaviour.Classorg.apache.commons.collections4.setApache Commons
AbstractSortedSetDecoratorDecorates another SortedSet to provide additional behaviour.Classorg.apache.commons.collections4.setApache Commons
CompositeSetDecorates a set of other sets to provide a single unified view.Classorg.apache.commons.collections4.setApache Commons
CompositeSet .SetMutatorDefine callbacks for mutation operations.Interfaceorg.apache.commons.collections4.set.CompositeSetApache Commons
ListOrderedSetDecorates another Set to ensure that the order of addition is retained and used by the iterator.Classorg.apache.commons.collections4.setApache Commons
MapBackedSetDecorates a Map to obtain Set behaviour.Classorg.apache.commons.collections4.setApache Commons
PredicatedNavigableSetDecorates another NavigableSet to validate that all additions match a specified predicate.Classorg.apache.commons.collections4.setApache Commons
PredicatedSetDecorates another Set to validate that all additions match a specified predicate.Classorg.apache.commons.collections4.setApache Commons
PredicatedSortedSetDecorates another SortedSet to validate that all additions match a specified predicate.Classorg.apache.commons.collections4.setApache Commons
SetUtilsProvides utility methods and decorators for Set and SortedSet instances.Classorg.apache.commons.collections4Apache Commons
SetUtils .SetViewAn unmodifiable view of a set that may be backed by other sets.Classorg.apache.commons.collections4.SetUtilsApache Commons
SetValuedMapDefines a map that holds a set of values against each key.Interfaceorg.apache.commons.collections4Apache Commons
TransformedNavigableSetDecorates another NavigableSet to transform objects that are added.Classorg.apache.commons.collections4.setApache Commons
TransformedSetDecorates another Set to transform objects that are added.Classorg.apache.commons.collections4.setApache Commons
TransformedSortedSetDecorates another SortedSet to transform objects that are added.Classorg.apache.commons.collections4.setApache Commons
UnmodifiableNavigableSetDecorates another NavigableSet to ensure it can't be altered.Classorg.apache.commons.collections4.setApache Commons
UnmodifiableSetDecorates another Set to ensure it can't be altered.Classorg.apache.commons.collections4.setApache Commons
UnmodifiableSortedSetDecorates another SortedSet to ensure it can't be altered.Classorg.apache.commons.collections4.setApache Commons