- All Implemented Interfaces:
- EfficientSubstep
- Direct Known Subclasses:
- StepsDoubleLikeSliced, StepsIntLikeSliced, StepsLikeSliced, StepsLongLikeSliced
public abstract class AbstractStepsLikeSliced<Coll,Sub,Semi extends Sub>
extends java.lang.Object
implements EfficientSubstep
Abstracts all the generic operations of stepping over a collection that can be sliced into pieces.
next
must update i
but not i0
so that later splitting steps can keep track of whether the
collection needs some sort of modification before transmission to the subclass.