Constructor and Description |
---|
TakeWhileIterator(Iterable<T> iterable,
Predicate<? super T> predicate) |
TakeWhileIterator(Iterator<T> iterator,
Predicate<? super T> predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2004–2017. All rights reserved.