Uses of Class
org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
-
Packages that use AbstractSerializableCollectionDecorator Package Description org.apache.commons.collections.bag org.apache.commons.collections.buffer This package contains implementations of theBufferinterface.org.apache.commons.collections.collection This package contains implementations of theCollectioninterface.org.apache.commons.collections.list This package contains implementations of theListinterface.org.apache.commons.collections.set -
-
Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.bag
Subclasses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.bag Modifier and Type Class Description classPredicatedBagDecorates anotherBagto validate that additions match a specified predicate.classPredicatedSortedBagDecorates anotherSortedBagto validate that additions match a specified predicate.classTransformedBagDecorates anotherBagto transform objects that are added.classTransformedSortedBagDecorates anotherSortedBagto transform objects that are added. -
Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.buffer
Subclasses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.buffer Modifier and Type Class Description classPredicatedBufferDecorates anotherBufferto validate that additions match a specified predicate.classTransformedBufferDecorates anotherBufferto transform objects that are added. -
Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.collection
Subclasses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.collection Modifier and Type Class Description classPredicatedCollectionDecorates anotherCollectionto validate that additions match a specified predicate.classTransformedCollectionDecorates anotherCollectionto transform objects that are added.classUnmodifiableBoundedCollectionUnmodifiableBoundedCollectiondecorates anotherBoundedCollectionto ensure it can't be altered.classUnmodifiableCollectionDecorates anotherCollectionto ensure it can't be altered. -
Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.list
Subclasses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.list Modifier and Type Class Description classPredicatedListDecorates anotherListto validate that all additions match a specified predicate.classTransformedListDecorates anotherListto transform objects that are added. -
Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.set
Subclasses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.set Modifier and Type Class Description classPredicatedSetDecorates anotherSetto validate that all additions match a specified predicate.classPredicatedSortedSetDecorates anotherSortedSetto validate that all additions match a specified predicate.classTransformedSetDecorates anotherSetto transform objects that are added.classTransformedSortedSetDecorates anotherSortedSetto transform objects that are added.
-