public class StepsLongLinearSeq extends StepsLongWithTail<scala.collection.LinearSeq<java.lang.Object>,StepsLongLinearSeq>
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 |
---|
StepsLongLinearSeq(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) |
long |
nextLong() |
StepsLongLinearSeq |
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(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>,LongStepper,StepsLongLinearSeq>
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>,LongStepper,StepsLongLinearSeq>
public long nextLong()
public StepsLongLinearSeq semiclone(int half)
semiclone
in class AbstractStepsWithTail<scala.collection.LinearSeq<java.lang.Object>,LongStepper,StepsLongLinearSeq>