public class StepsAnyLinearSeq<A> extends StepsWithTail<A,scala.collection.LinearSeq<A>,StepsAnyLinearSeq<A>>
AnyStepper.BoxedDoubleStepper, AnyStepper.BoxedIntStepper, AnyStepper.BoxedLongStepperStepper.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, underlyingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, hasStep, knownSize, nextStep, parStream, seqStream, spliterator, tryAdvance, trySplit, tryStepaccumulateanticipateParallelism, characteristics, count, count, exists, find, fold, foldTo, foreach, iterator, reduce, substep, topublic 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>>