T - the type of the elementspublic class LazyIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
Iterator from the given Iterable.| Constructor and Description |
|---|
LazyIterator(java.lang.Iterable<? extends T> iterable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
public LazyIterator(java.lang.Iterable<? extends T> iterable)