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, underlyingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, forEachRemaining, hasStep, knownSize, nextStep, parStream, seqStream, spliterator, tryAdvance, tryAdvance, trySplit, tryStepaccumulateanticipateParallelism, characteristics, count, count, exists, find, fold, foldTo, foreach, iterator, reduce, substep, topublic 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>>>