| Package | Description |
|---|---|
| org.codehaus.commons.compiler.util.iterator |
| Modifier and Type | Method and Description |
|---|---|
static <T> Iterable<T> |
Iterables.filter(Iterable<? extends T> delegate,
Predicate<? super T> predicate) |
static <T> Iterator<T> |
Iterables.filter(Iterator<? extends T> delegate,
Predicate<? super T> predicate) |
static <T> Iterable<T> |
Iterables.filter(T[] delegate,
Predicate<? super T> predicate) |
Copyright © 2019. All rights reserved.