Uses of Class
org.apache.commons.collections.collection.PredicatedCollection
Packages that use PredicatedCollection
Package
Description
This package contains implementations of the
Buffer interface.
This package contains implementations of the
List interface.-
Uses of PredicatedCollection in org.apache.commons.collections.bag
Subclasses of PredicatedCollection in org.apache.commons.collections.bagModifier and TypeClassDescriptionclassDecorates anotherBagto validate that additions match a specified predicate.classDecorates anotherSortedBagto validate that additions match a specified predicate. -
Uses of PredicatedCollection in org.apache.commons.collections.buffer
Subclasses of PredicatedCollection in org.apache.commons.collections.bufferModifier and TypeClassDescriptionclassDecorates anotherBufferto validate that additions match a specified predicate. -
Uses of PredicatedCollection in org.apache.commons.collections.list
Subclasses of PredicatedCollection in org.apache.commons.collections.listModifier and TypeClassDescriptionclassDecorates anotherListto validate that all additions match a specified predicate. -
Uses of PredicatedCollection in org.apache.commons.collections.set
Subclasses of PredicatedCollection in org.apache.commons.collections.setModifier and TypeClassDescriptionclassDecorates anotherSetto validate that all additions match a specified predicate.classDecorates anotherSortedSetto validate that all additions match a specified predicate.