Uses of Interface
hudson.util.Iterators.CountingPredicate

Packages that use Iterators.CountingPredicate
hudson.util Other miscellaneous utility code 
 

Uses of Iterators.CountingPredicate in hudson.util
 

Methods in hudson.util with parameters of type Iterators.CountingPredicate
static
<T> Iterator<T>
Iterators.limit(Iterator<? extends T> base, Iterators.CountingPredicate<? super T> filter)
          Returns the elements in the base iterator until it hits any element that doesn't satisfy the filter.
 



Copyright © 2004-2013. All Rights Reserved.