public class StepsIntLinearSeq extends StepsIntWithTail<scala.collection.LinearSeq<java.lang.Object>,StepsIntLinearSeq>
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 |
---|
StepsIntLinearSeq(scala.collection.LinearSeq<java.lang.Object> _underlying,
long _maxN) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
myIsEmpty(scala.collection.LinearSeq<java.lang.Object> cc) |
protected scala.collection.LinearSeq<java.lang.Object> |
myTailOf(scala.collection.LinearSeq<java.lang.Object> cc) |
int |
nextInt() |
StepsIntLinearSeq |
semiclone(int half) |
characteristics, estimateSize, hasNext, maxN, prepareParallelOperation, substep, underlying
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, forEachRemaining, hasStep, knownSize, nextStep, parStream, seqStream, spliterator, tryAdvance, tryAdvance, trySplit, tryStep
accumulate
anticipateParallelism, characteristics, count, count, exists, find, fold, foldTo, foreach, iterator, reduce, substep, to
public StepsIntLinearSeq(scala.collection.LinearSeq<java.lang.Object> _underlying, long _maxN)
protected boolean myIsEmpty(scala.collection.LinearSeq<java.lang.Object> cc)
myIsEmpty
in class AbstractStepsWithTail<scala.collection.LinearSeq<java.lang.Object>,IntStepper,StepsIntLinearSeq>
protected scala.collection.LinearSeq<java.lang.Object> myTailOf(scala.collection.LinearSeq<java.lang.Object> cc)
myTailOf
in class AbstractStepsWithTail<scala.collection.LinearSeq<java.lang.Object>,IntStepper,StepsIntLinearSeq>
public int nextInt()
public StepsIntLinearSeq semiclone(int half)
semiclone
in class AbstractStepsWithTail<scala.collection.LinearSeq<java.lang.Object>,IntStepper,StepsIntLinearSeq>