public class ObjScanIdentity<T,R> extends LsaExtIterator<R>
hasNext, isInit, next| Constructor and Description |
|---|
ObjScanIdentity(java.util.Iterator<? extends T> iterator,
R identity,
BiFunction<? super R,? super T,? extends R> accumulator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
nextIteration() |
hasNext, next, removeprotected void nextIteration()
nextIteration in class LsaExtIterator<R>