- All Implemented Interfaces:
- java.util.Iterator<A>, java.util.Spliterator<A>, AnyStepper<A>, EfficientSubstep, Stepper<A>, StepperLike<A,AnyStepper<A>>
- Direct Known Subclasses:
- StepsAnyDefaultHashTable, StepsAnyDefaultHashTableValue, StepsAnyFlatHashTable, StepsAnyHashTableKey, StepsAnyLinkedHashTable, StepsAnyLinkedHashTableValue
public abstract class StepsLikeGapped<A,STA extends StepsLikeGapped<A,?>>
extends AbstractStepsLikeGapped<AnyStepper<A>,STA>
implements AnyStepper<A>
Abstracts the process of stepping through an incompletely filled array of AnyRefs
and interpreting the contents as the elements of a collection.