Package | Description |
---|---|
hudson.util |
Other miscellaneous utility code
|
Modifier and Type | Method and 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.
|
Copyright © 2015. All rights reserved.