- All Implemented Interfaces:
- java.util.Iterator<java.lang.Long>, java.util.PrimitiveIterator<java.lang.Long,java.util.function.LongConsumer>, java.util.PrimitiveIterator.OfLong, java.util.Spliterator<java.lang.Long>, java.util.Spliterator.OfLong, java.util.Spliterator.OfPrimitive<java.lang.Long,java.util.function.LongConsumer,java.util.Spliterator.OfLong>, EfficientSubstep, LongStepper, Stepper<java.lang.Object>, StepperLike<java.lang.Object,LongStepper>
- Direct Known Subclasses:
- StepsLongDefaultHashTableValue, StepsLongFlatHashTable, StepsLongHashTableKey, StepsLongLinkedHashTableValue
public abstract class StepsLongLikeGapped<STL extends StepsLongLikeGapped<?>>
extends AbstractStepsLikeGapped<LongStepper,STL>
implements LongStepper
Abstracts the process of stepping through an incompletely filled array of AnyRefs
and interpreting the contents as the elements of a collection of Long
s. Subclasses
are responsible for unboxing the AnyRef
inside nextLong
.