Uses of Package
org.apache.commons.collections4.set
Package
Description
-
-
ClassDescriptionDecorates another
NavigableSet
to provide additional behavior.Serializable subclass of AbstractSetDecorator.Decorates anotherSet
to provide additional behavior.Decorates anotherSortedSet
to provide additional behavior.Decorates a set of other sets to provide a single unified view.Defines callbacks for mutation operations.Decorates anotherSet
to ensure that the order of addition is retained and used by the iterator.Decorates aMap
to obtainSet
behavior.Decorates anotherNavigableSet
to validate that all additions match a specified predicate.Decorates anotherSet
to validate that all additions match a specified predicate.Decorates anotherSortedSet
to validate that all additions match a specified predicate.Decorates anotherNavigableSet
to transform objects that are added.Decorates anotherSet
to transform objects that are added.Decorates anotherSortedSet
to transform objects that are added.