| Modifier and Type | Field and Description |
|---|---|
boolean |
end |
Iterator<T> |
iterator |
T |
next |
boolean |
peeked |
Predicate<T> |
predicate |
| Constructor and Description |
|---|
PredicateIterator(Iterable<T> iterable,
Predicate<T> predicate) |
PredicateIterator(Iterator<T> iterator,
Predicate<T> predicate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
void |
set(Iterable<T> iterable,
Predicate<T> predicate) |
void |
set(Iterator<T> iterator,
Predicate<T> predicate) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean end
public boolean peeked
public T next
Copyright © 2018. All rights reserved.