public abstract class StepsIntLikeIterator<SLI extends StepsIntLikeIterator<SLI>> extends AbstractStepsLikeIterator<java.lang.Object,IntStepper,SLI> implements IntStepper
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 |
|---|
StepsIntLikeIterator(scala.collection.Iterator<java.lang.Object> _underlying) |
| Modifier and Type | Method and Description |
|---|---|
IntStepper |
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, underlyingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, forEachRemaining, hasStep, knownSize, nextStep, parStream, seqStream, spliterator, tryAdvance, tryAdvance, trySplit, tryStepaccumulateanticipateParallelism, characteristics, count, count, exists, find, fold, foldTo, foreach, iterator, reduce, topublic StepsIntLikeIterator(scala.collection.Iterator<java.lang.Object> _underlying)
public IntStepper substep()
StepperLikeStepper 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,IntStepper>