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, waitforEach, spliteratorforEachRemainingCopyright © 2021 The Apache Software Foundation. All rights reserved.