E - the iterator element Typepublic class TakeWhileIterator<E> extends ReadOnlyIterator<E>
| Constructor and Description |
|---|
TakeWhileIterator(Iterator<E> iterator,
Predicate<E> filter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2016. All rights reserved.