Uses of Interface
hudson.util.Iterators.CountingPredicate
-
Packages that use Iterators.CountingPredicate Package Description hudson.util Other miscellaneous utility code -
-
Uses of Iterators.CountingPredicate in hudson.util
Methods in hudson.util with parameters of type Iterators.CountingPredicate Modifier and Type Method Description 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.
-