public class ObjIterate<T> extends LsaIterator<T>
| Constructor and Description |
|---|
ObjIterate(T seed,
UnaryOperator<T> op) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
nextIteration() |
next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ObjIterate(T seed, UnaryOperator<T> op)
public boolean hasNext()
public T nextIteration()
nextIteration in class LsaIterator<T>Copyright © 2018. All rights reserved.