public abstract class StepsDoubleLikeIterator<SLI extends StepsDoubleLikeIterator<SLI>> extends AbstractStepsLikeIterator<java.lang.Object,DoubleStepper,SLI> implements DoubleStepper
Stepper.OfDoubleSpliterator, Stepper.OfIntSpliterator, Stepper.OfLongSpliterator, Stepper.OfSpliterator<A>, Stepper.UnboxingByteStepper, Stepper.UnboxingCharStepper, Stepper.UnboxingDoubleStepper, Stepper.UnboxingFloatStepper, Stepper.UnboxingIntStepper, Stepper.UnboxingLongStepper, Stepper.UnboxingShortStepper
Constructor and Description |
---|
StepsDoubleLikeIterator(scala.collection.Iterator<java.lang.Object> _underlying) |
Modifier and Type | Method and Description |
---|---|
DoubleStepper |
substep()
Attempt to split this
Stepper in half, with the new (returned) copy taking the first half
of the collection, and this one advancing to cover the second half. |
characteristics, estimateSize, hasNext, nextChunkSize, proxied, semiclone, underlying
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, forEachRemaining, hasStep, knownSize, nextStep, parStream, seqStream, spliterator, tryAdvance, tryAdvance, trySplit, tryStep
accumulate
anticipateParallelism, characteristics, count, count, exists, find, fold, foldTo, foreach, iterator, reduce, to
public StepsDoubleLikeIterator(scala.collection.Iterator<java.lang.Object> _underlying)
public DoubleStepper substep()
StepperLike
Stepper
in half, with the new (returned) copy taking the first half
of the collection, and this one advancing to cover the second half. If subdivision is not
possible or not advisable, substep()
will return null
.substep
in interface StepperLike<java.lang.Object,DoubleStepper>