Package | Description |
---|---|
org.apache.commons.collections4.map | |
org.apache.commons.collections4.set |
Class and Description |
---|
AbstractSetDecorator
Decorates another
Set to provide additional behaviour. |
Class and Description |
---|
AbstractNavigableSetDecorator
Decorates another
NavigableSet to provide additional behaviour. |
AbstractSerializableSetDecorator
Serializable subclass of AbstractSetDecorator.
|
AbstractSetDecorator
Decorates another
Set to provide additional behaviour. |
AbstractSortedSetDecorator
Decorates another
SortedSet to provide additional behaviour. |
CompositeSet
Decorates a set of other sets to provide a single unified view.
|
CompositeSet.SetMutator
Define callbacks for mutation operations.
|
ListOrderedSet
Decorates another
Set to ensure that the order of addition is
retained and used by the iterator. |
MapBackedSet
Decorates a
Map to obtain Set behaviour. |
PredicatedNavigableSet
Decorates another
NavigableSet to validate that all additions
match a specified predicate. |
PredicatedSet
Decorates another
Set to validate that all additions
match a specified predicate. |
PredicatedSortedSet
Decorates another
SortedSet to validate that all additions
match a specified predicate. |
TransformedNavigableSet
Decorates another
NavigableSet to transform objects that are added. |
TransformedSet
Decorates another
Set to transform objects that are added. |
TransformedSortedSet
Decorates another
SortedSet to transform objects that are added. |
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.