Frames | No Frames |
Classes derived from org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator | |
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. |
Classes derived from org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator | |
class | Decorates another Buffer to validate that additions
match a specified predicate. |
class | Decorates another Buffer to transform objects that are added. |
Classes derived from org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator | |
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.AbstractSerializableCollectionDecorator | |
class | Decorates another List to validate that all additions
match a specified predicate. |
class | Decorates another List to transform objects that are added. |
Classes derived from org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator | |
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. |