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 TypeClassDescriptionclass
Decorates anotherBag
to validate that additions match a specified predicate.class
Decorates anotherSortedBag
to 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 TypeClassDescriptionclass
Decorates anotherBuffer
to 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 TypeClassDescriptionclass
Decorates anotherList
to 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 TypeClassDescriptionclass
Decorates anotherSet
to validate that all additions match a specified predicate.class
Decorates anotherSortedSet
to validate that all additions match a specified predicate.