public class DoubleScanIdentity extends PrimitiveExtIterator.OfDouble
hasNext, isInit, next| Constructor and Description |
|---|
DoubleScanIdentity(PrimitiveIterator.OfDouble iterator,
double identity,
DoubleBinaryOperator accumulator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
nextIteration() |
hasNext, nextDoublenext, removepublic DoubleScanIdentity(@NotNull
PrimitiveIterator.OfDouble iterator,
double identity,
@NotNull
DoubleBinaryOperator accumulator)
protected void nextIteration()
nextIteration in class PrimitiveExtIterator.OfDouble