public abstract class AbstractStepsLikeIndexed<Sub,Semi extends Sub> extends java.lang.Object implements EfficientSubstep
Constructor and Description |
---|
AbstractStepsLikeIndexed(int i0,
int iN) |
Modifier and Type | Method and Description |
---|---|
int |
characteristics() |
long |
estimateSize() |
boolean |
hasNext() |
protected int |
i0() |
protected int |
iN() |
abstract Semi |
semiclone(int half) |
Sub |
substep() |