public abstract class StepsLongLikeIterator<SLI extends StepsLongLikeIterator<SLI>> extends AbstractStepsLikeIterator<java.lang.Object,LongStepper,SLI> implements LongStepper
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 |
|---|
StepsLongLikeIterator(scala.collection.Iterator<java.lang.Object> _underlying) |
| Modifier and Type | Method and Description |
|---|---|
LongStepper |
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 StepsLongLikeIterator(scala.collection.Iterator<java.lang.Object> _underlying)
public LongStepper 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,LongStepper>