A Stepper for Ints. SeeStepper.
Split this stepper, if applicable.
Split this stepper, if applicable. The elements of the current Stepper are split up between the resulting Stepper and the current stepper.
May returnnull, in which case the current Stepper yields the same elements as before.
See methodtrySplit injava.util.Spliterator.
Returns a Javajava.util.Iterator corresponding to this Stepper.
Returns a Javajava.util.Iterator corresponding to this Stepper.
Note that the return type isIterator[_] instead ofIterator[A] to allow returning ajava.util.PrimitiveIterator.OfInt (which is aIterator[Integer]) in the subclassIntStepper (which is aStepper[Int]).
Returns ajava.util.Spliterator corresponding to this Stepper.
Returns ajava.util.Spliterator corresponding to this Stepper.
Note that the return type isSpliterator[_] instead ofSpliterator[A] to allow returning ajava.util.Spliterator.OfInt (which is aSpliterator[Integer]) in the subclassIntStepper (which is aStepper[Int]).
Returns a set of characteristics of this Stepper and its elements.
Returns a set of characteristics of this Stepper and its elements. See methodcharacteristics injava.util.Spliterator.
Returns an estimate of the number of elements of this Stepper, orLong.MaxValue.
Returns an estimate of the number of elements of this Stepper, orLong.MaxValue. See methodestimateSize injava.util.Spliterator.
Check if there's an element available.
Return the next element and advance the stepper
Return the next element and advance the stepper