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

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

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

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



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