Frames | No Frames |
Classes derived from org.apache.commons.collections.collection.AbstractCollectionDecorator | |
class | Serializable subclass of AbstractSetDecorator. |
class | Decorates another Set to provide additional behaviour. |
class | Decorates another SortedSet to provide additional behaviour. |
class | Decorates another Set to ensure that the order of addition
is retained and used by the iterator. |
class | Decorates another Set to validate that all additions
match a specified predicate. |
class | Decorates another SortedSet to validate that all additions
match a specified predicate. |
class | Decorates another Set to transform objects that are added. |
class | Decorates another SortedSet to transform objects that are added. |
class | Decorates another Set to ensure it can't be altered. |
class | Decorates another SortedSet to ensure it can't be altered. |
Classes derived from org.apache.commons.collections.collection.AbstractCollectionDecorator | |
class | Decorates another Buffer to provide additional behaviour. |
class | Decorates another Buffer to validate that additions
match a specified predicate. |
class | Decorates another Buffer to transform objects that are added. |
class | Decorates another Buffer to ensure it can't be altered. |
Classes derived from org.apache.commons.collections.collection.AbstractCollectionDecorator | |
class | Serializable subclass of AbstractCollectionDecorator. |
class | Decorates another Collection to validate that additions
match a specified predicate. |
class | Decorates another Collection to transform objects that are added. |
class | UnmodifiableBoundedCollection decorates another
BoundedCollection to ensure it can't be altered. |
class | Decorates another Collection to ensure it can't be altered. |
Classes derived from org.apache.commons.collections.collection.AbstractCollectionDecorator | |
class | Decorates a map entry Set to ensure it can't be altered. |
Classes derived from org.apache.commons.collections.collection.AbstractCollectionDecorator | |
class | Inner class EntrySet. |
class | Inner class KeySet. |
class | Inner class Values. |
class | Inner class View. |
Classes derived from org.apache.commons.collections.collection.AbstractCollectionDecorator | |
class | Decorates another List to provide additional behaviour. |
class | Serializable subclass of AbstractListDecorator. |
class | Decorates another List to fix the size preventing add/remove. |
class | Decorates another List to create objects in the list on demand. |
class | Decorates another List to validate that all additions
match a specified predicate. |
class | Decorates a List to ensure that no duplicates are present
much like a Set . |
class | Decorates another List to transform objects that are added. |
class | Decorates another List to ensure it can't be altered. |
Classes derived from org.apache.commons.collections.collection.AbstractCollectionDecorator | |
class | Decorates another Bag to provide additional behaviour. |
class | Decorates another SortedBag to provide additional behaviour. |
class | Decorates another Bag to validate that additions
match a specified predicate. |
class | Decorates another SortedBag to validate that additions
match a specified predicate. |
class | Decorates another Bag to transform objects that are added. |
class | Decorates another SortedBag to transform objects that are added. |
class | Decorates another Bag to ensure it can't be altered. |
class | Decorates another SortedBag to ensure it can't be altered. |