Uses of Interface
hudson.util.Iterators.CountingPredicate
-
Uses of Iterators.CountingPredicate in hudson.util
Modifier and TypeMethodDescriptionstatic <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.