public class StepsIntLinearSeq<CC extends scala.collection.LinearSeqLike<java.lang.Object,CC>> extends StepsIntWithTail<CC,StepsIntLinearSeq<CC>>
Stepper.OfDoubleSpliterator, Stepper.OfIntSpliterator, Stepper.OfLongSpliterator, Stepper.OfSpliterator<A>, Stepper.WideningByteStepper, Stepper.WideningCharStepper, Stepper.WideningFloatStepper, Stepper.WideningShortStepper
Constructor and Description |
---|
StepsIntLinearSeq(CC _underlying,
long _maxN) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
myIsEmpty(CC cc) |
protected CC |
myTailOf(CC cc) |
int |
nextInt() |
StepsIntLinearSeq<CC> |
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(CC _underlying, long _maxN)
protected boolean myIsEmpty(CC cc)
myIsEmpty
in class AbstractStepsWithTail<CC extends scala.collection.LinearSeqLike<java.lang.Object,CC>,IntStepper,StepsIntLinearSeq<CC extends scala.collection.LinearSeqLike<java.lang.Object,CC>>>
protected CC myTailOf(CC cc)
myTailOf
in class AbstractStepsWithTail<CC extends scala.collection.LinearSeqLike<java.lang.Object,CC>,IntStepper,StepsIntLinearSeq<CC extends scala.collection.LinearSeqLike<java.lang.Object,CC>>>
public int nextInt()
public StepsIntLinearSeq<CC> semiclone(int half)
semiclone
in class AbstractStepsWithTail<CC extends scala.collection.LinearSeqLike<java.lang.Object,CC>,IntStepper,StepsIntLinearSeq<CC extends scala.collection.LinearSeqLike<java.lang.Object,CC>>>