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