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