public class ObjGenerate<T> extends LsaIterator<T>
| Constructor and Description |
|---|
ObjGenerate(Supplier<T> supplier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
nextIteration() |
next, removepublic boolean hasNext()
public T nextIteration()
nextIteration in class LsaIterator<T>