Uses of Package
org.apache.commons.collections.set
Packages that use org.apache.commons.collections.set
Package
Description
-
Classes in org.apache.commons.collections.set used by org.apache.commons.collections.map
-
Classes in org.apache.commons.collections.set used by org.apache.commons.collections.setClassDescriptionSerializable subclass of AbstractSetDecorator.Decorates another
Set
to provide additional behaviour.Decorates anotherSortedSet
to provide additional behaviour.Decorates a set of other sets to provide a single unified view.Decorates anotherSet
to ensure that the order of addition is retained and used by the iterator.Decorates anotherSet
to validate that all additions match a specified predicate.Decorates anotherSet
to transform objects that are added.