Uses of Class
org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
Packages that use AbstractSerializableCollectionDecorator
Package
Description
This package contains implementations of the
Buffer
interface.
This package contains implementations of the
Collection
interface.
This package contains implementations of the
List
interface.-
Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.bag
Modifier and TypeClassDescriptionclass
Decorates anotherBag
to validate that additions match a specified predicate.class
Decorates anotherSortedBag
to validate that additions match a specified predicate.class
Decorates anotherBag
to transform objects that are added.class
Decorates anotherSortedBag
to transform objects that are added. -
Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.buffer
Modifier and TypeClassDescriptionclass
Decorates anotherBuffer
to validate that additions match a specified predicate.class
Decorates anotherBuffer
to transform objects that are added. -
Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.collection
Modifier and TypeClassDescriptionclass
Decorates anotherCollection
to validate that additions match a specified predicate.class
Decorates anotherCollection
to transform objects that are added.final class
UnmodifiableBoundedCollection
decorates anotherBoundedCollection
to ensure it can't be altered.final class
Decorates anotherCollection
to ensure it can't be altered. -
Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.list
Modifier and TypeClassDescriptionclass
Decorates anotherList
to validate that all additions match a specified predicate.class
Decorates anotherList
to transform objects that are added. -
Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.set
Modifier and TypeClassDescriptionclass
Decorates anotherSet
to validate that all additions match a specified predicate.class
Decorates anotherSortedSet
to validate that all additions match a specified predicate.class
Decorates anotherSet
to transform objects that are added.class
Decorates anotherSortedSet
to transform objects that are added.