Package | Description |
---|---|
org.apache.commons.collections.map | |
org.apache.commons.collections.set |
This package contains implementations of the
Set and
SortedSet interfaces. |
Class | Description |
---|---|
AbstractSetDecorator |
Decorates another
Set to provide additional behaviour. |
Class | Description |
---|---|
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.
|
ListOrderedSet |
Decorates another
Set to ensure that the order of addition
is retained and used by the iterator. |
PredicatedSet |
Decorates another
Set to validate that all additions
match a specified predicate. |
TransformedSet |
Decorates another
Set to transform objects that are added. |
Copyright © 2001-2017 Apache Software Foundation. All Rights Reserved.