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