public class StepsAnyVector<A> extends StepsLikeIndexed<A,StepsAnyVector<A>> implements StepsVectorLike<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 |
---|
StepsAnyVector(scala.collection.immutable.Vector<A> underlying,
int _i0,
int _iN) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object[] |
data() |
protected java.lang.Object[] |
data1() |
protected int |
index() |
protected int |
index1() |
protected scala.collection.immutable.Vector<A> |
myVector() |
A |
next() |
StepsAnyVector<A> |
semiclone(int half) |
characteristics, estimateSize, hasNext, i0, iN, substep
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
advanceData, initTo
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 StepsAnyVector(scala.collection.immutable.Vector<A> underlying, int _i0, int _iN)
protected int index()
index
in interface StepsVectorLike<A>
protected java.lang.Object[] data()
data
in interface StepsVectorLike<A>
protected int index1()
index1
in interface StepsVectorLike<A>
protected java.lang.Object[] data1()
data1
in interface StepsVectorLike<A>
protected scala.collection.immutable.Vector<A> myVector()
myVector
in interface StepsVectorLike<A>
public StepsAnyVector<A> semiclone(int half)
semiclone
in class AbstractStepsLikeIndexed<AnyStepper<A>,StepsAnyVector<A>>