Uses of Class
org.apache.commons.collections4.set.PredicatedSet

Packages that use PredicatedSet
org.apache.commons.collections4.set This package contains implementations of the Set and SortedSet interfaces. 
 

Uses of PredicatedSet in org.apache.commons.collections4.set
 

Subclasses of PredicatedSet in org.apache.commons.collections4.set
 class PredicatedSortedSet<E>
          Decorates another SortedSet to validate that all additions match a specified predicate.
 

Methods in org.apache.commons.collections4.set that return PredicatedSet
static
<E> PredicatedSet<E>
PredicatedSet.predicatedSet(Set<E> set, Predicate<? super E> predicate)
          Factory method to create a predicated (validating) set.
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.