Uses of Package
org.apache.commons.collections.set
-
Packages that use org.apache.commons.collections.set Package Description org.apache.commons.collections.bag org.apache.commons.collections.map org.apache.commons.collections.set This package contains implementations of theSet
andSortedSet
interfaces. -
Classes in org.apache.commons.collections.set used by org.apache.commons.collections.bag Class Description SynchronizedSet Decorates anotherSet
to synchronize its behaviour for a multi-threaded environment. -
Classes in org.apache.commons.collections.set used by org.apache.commons.collections.map Class Description AbstractSetDecorator Decorates anotherSet
to provide additional behaviour. -
Classes in org.apache.commons.collections.set used by org.apache.commons.collections.set Class Description AbstractSerializableSetDecorator Serializable subclass of AbstractSetDecorator.AbstractSetDecorator Decorates anotherSet
to provide additional behaviour.AbstractSortedSetDecorator Decorates anotherSortedSet
to provide additional behaviour.CompositeSet Decorates a set of other sets to provide a single unified view.ListOrderedSet Decorates anotherSet
to ensure that the order of addition is retained and used by the iterator.PredicatedSet Decorates anotherSet
to validate that all additions match a specified predicate.TransformedSet Decorates anotherSet
to transform objects that are added.