- All Implemented Interfaces:
- java.util.Iterator<java.lang.Double>, java.util.PrimitiveIterator<java.lang.Double,java.util.function.DoubleConsumer>, java.util.PrimitiveIterator.OfDouble, java.util.Spliterator<java.lang.Double>, java.util.Spliterator.OfDouble, java.util.Spliterator.OfPrimitive<java.lang.Double,java.util.function.DoubleConsumer,java.util.Spliterator.OfDouble>, DoubleStepper, EfficientSubstep, Stepper<java.lang.Object>, StepperLike<java.lang.Object,DoubleStepper>
- Direct Known Subclasses:
- StepsDoubleDefaultHashTableValue, StepsDoubleFlatHashTable, StepsDoubleHashTableKey, StepsDoubleLinkedHashTableValue
public abstract class StepsDoubleLikeGapped<STD extends StepsDoubleLikeGapped<?>>
extends AbstractStepsLikeGapped<DoubleStepper,STD>
implements DoubleStepper
Abstracts the process of stepping through an incompletely filled array of AnyRefs
and interpreting the contents as the elements of a collection of Double
s. Subclasses
are responsible for unboxing the AnyRef
inside nextDouble
.