| Modifier and Type | Field and Description |
|---|---|
Iterable<T> |
iterable |
Predicate.PredicateIterator<T> |
iterator |
Predicate<T> |
predicate |
| Constructor and Description |
|---|
PredicateIterable(Iterable<T> iterable,
Predicate<T> predicate) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<T> |
iterator()
Returns an iterator.
|
void |
set(Iterable<T> iterable,
Predicate<T> predicate) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Predicate.PredicateIterator<T> iterator
Copyright © 2017. All rights reserved.