IntStepper

trait IntStepper extends Stepper[Int]

A Stepper for Ints.

A Stepper for Ints. See Stepper.

Companion
object
trait Stepper[Int]
class Object
trait Matchable
class Any

Value members

Abstract methods

Concrete methods

def javaIterator[B >: Int]: OfInt
def spliterator[B >: Int]: OfInt

Inherited methods

Returns a set of characteristics of this Stepper and its elements.

Returns a set of characteristics of this Stepper and its elements. See method characteristics in java.util.Spliterator.

Inherited from
Stepper

Returns an estimate of the number of elements of this Stepper, or Long.MaxValue.

Returns an estimate of the number of elements of this Stepper, or Long.MaxValue. See method estimateSize in java.util.Spliterator.

Inherited from
Stepper

Check if there's an element available.

Check if there's an element available.

Inherited from
Stepper

Returns an Iterator corresponding to this Stepper.

Returns an Iterator corresponding to this Stepper. Note that Iterators corresponding to primitive Steppers box the elements.

Inherited from
Stepper
def nextStep(): Int

Return the next element and advance the stepper

Return the next element and advance the stepper

Inherited from
Stepper