AnyStepper (original) (raw)

scala.collection.AnyStepper

See theAnyStepper companion object

Members list

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 return null, in which case the current Stepper yields the same elements as before.

See method trySplit in java.util.Spliterator.

Attributes

Source

Stepper.scala

Returns an Iterator corresponding to this Stepper.

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

Attributes

Inherited from:

Stepper

Source

Stepper.scala

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

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

Check if there's an element available.

Return the next element and advance the stepper

Return the next element and advance the stepper

Attributes

Inherited from:

Stepper

Source

Stepper.scala

In this article