Uses of Interface
com.atlassian.plugin.util.collect.Predicate

Packages that use Predicate
com.atlassian.plugin.util.collect   
 

Uses of Predicate in com.atlassian.plugin.util.collect
 

Methods in com.atlassian.plugin.util.collect with parameters of type Predicate
static
<T> Iterable<T>
CollectionUtil.filter(Iterable<T> iterable, Predicate<T> predicate)
          Create a filtered Iterator.
static
<T> Iterator<T>
CollectionUtil.filter(Iterator<T> iterator, Predicate<T> predicate)
          Create a filtered Iterator.
 



Copyright © 2010 Atlassian. All Rights Reserved.