Uses of Class org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator

Uses in package org.apache.commons.collections.set

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.

Uses in package org.apache.commons.collections.buffer

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.

Uses in package org.apache.commons.collections.collection

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.

Uses in package org.apache.commons.collections.list

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.

Uses in package org.apache.commons.collections.bag

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.

Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.