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 TypeClassDescriptionclassDecorates anotherBagto validate that additions match a specified predicate.classDecorates anotherSortedBagto validate that additions match a specified predicate.classDecorates anotherBagto transform objects that are added.classDecorates anotherSortedBagto transform objects that are added. -
Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.buffer
Modifier and TypeClassDescriptionclassDecorates anotherBufferto validate that additions match a specified predicate.classDecorates anotherBufferto transform objects that are added. -
Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.collection
Modifier and TypeClassDescriptionclassDecorates anotherCollectionto validate that additions match a specified predicate.classDecorates anotherCollectionto transform objects that are added.final classUnmodifiableBoundedCollectiondecorates anotherBoundedCollectionto ensure it can't be altered.final classDecorates anotherCollectionto ensure it can't be altered. -
Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.list
Modifier and TypeClassDescriptionclassDecorates anotherListto validate that all additions match a specified predicate.classDecorates anotherListto transform objects that are added. -
Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.set
Modifier and TypeClassDescriptionclassDecorates anotherSetto validate that all additions match a specified predicate.classDecorates anotherSortedSetto validate that all additions match a specified predicate.classDecorates anotherSetto transform objects that are added.classDecorates anotherSortedSetto transform objects that are added.