- All Implemented Interfaces:
- java.util.Iterator<java.lang.Integer>, java.util.PrimitiveIterator<java.lang.Integer,java.util.function.IntConsumer>, java.util.PrimitiveIterator.OfInt, java.util.Spliterator<java.lang.Integer>, java.util.Spliterator.OfInt, java.util.Spliterator.OfPrimitive<java.lang.Integer,java.util.function.IntConsumer,java.util.Spliterator.OfInt>, EfficientSubstep, IntStepper, Stepper<java.lang.Object>, StepperLike<java.lang.Object,IntStepper>
- Direct Known Subclasses:
- StepsIntDefaultHashTableValue, StepsIntFlatHashTable, StepsIntHashTableKey, StepsIntLinkedHashTableValue
public abstract class StepsIntLikeGapped<STI extends StepsIntLikeGapped<?>>
extends AbstractStepsLikeGapped<IntStepper,STI>
implements IntStepper
Abstracts the process of stepping through an incompletely filled array of AnyRefs
and interpreting the contents as the elements of a collection of Int
s. Subclasses
are responsible for unboxing the AnyRef
inside nextInt
.