Uses of Class
org.apache.commons.collections.collection.PredicatedCollection
-
Packages that use PredicatedCollection Package Description org.apache.commons.collections.bag org.apache.commons.collections.buffer This package contains implementations of theBuffer
interface.org.apache.commons.collections.list This package contains implementations of theList
interface.org.apache.commons.collections.set -
-
Uses of PredicatedCollection in org.apache.commons.collections.bag
Subclasses of PredicatedCollection in org.apache.commons.collections.bag Modifier and Type Class Description class
PredicatedBag
Decorates anotherBag
to validate that additions match a specified predicate.class
PredicatedSortedBag
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.buffer Modifier and Type Class Description class
PredicatedBuffer
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.list Modifier and Type Class Description class
PredicatedList
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.set Modifier and Type Class Description class
PredicatedSet
Decorates anotherSet
to validate that all additions match a specified predicate.class
PredicatedSortedSet
Decorates anotherSortedSet
to validate that all additions match a specified predicate.
-