Uses of Class
org.apache.commons.collections.set.PredicatedSet
-
Packages that use PredicatedSet Package Description org.apache.commons.collections.set -
-
Uses of PredicatedSet in org.apache.commons.collections.set
Subclasses of PredicatedSet in org.apache.commons.collections.set Modifier and Type Class Description class
PredicatedSortedSet
Decorates anotherSortedSet
to validate that all additions match a specified predicate.
-