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 theBufferinterface.org.apache.commons.collections.list This package contains implementations of theListinterface.org.apache.commons.collections.set This package contains implementations of theSetandSortedSetinterfaces. -
-
Uses of PredicatedCollection in org.apache.commons.collections.bag
Subclasses of PredicatedCollection 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. -
Uses of PredicatedCollection in org.apache.commons.collections.buffer
Subclasses of PredicatedCollection in org.apache.commons.collections.buffer Modifier and Type Class Description classPredicatedBufferDecorates 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.list Modifier and Type Class Description classPredicatedListDecorates 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.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.
-