public abstract class LazyIterableIterator<T> extends Object implements Iterable<T>, Iterator<T>
Constructor and Description |
---|
LazyIterableIterator(Iterator<T> in) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Iterator<T> |
iterator() |
T |
next() |
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
forEachRemaining
Copyright © 2020 The Apache Software Foundation. All rights reserved.