public abstract class AbstractStepsLikeIterator<A,SP extends Stepper<A>,Semi extends SP>
extends java.lang.Object
Constructor and Description |
---|
AbstractStepsLikeIterator(scala.collection.Iterator<A> underlying) |
Modifier and Type | Method and Description |
---|---|
int |
characteristics() |
long |
estimateSize() |
boolean |
hasNext() |
protected int |
nextChunkSize() |
protected SP |
proxied() |
abstract Semi |
semiclone() |
protected scala.collection.Iterator<A> |
underlying() |
public AbstractStepsLikeIterator(scala.collection.Iterator<A> underlying)
public int characteristics()
public long estimateSize()
public boolean hasNext()
protected final int nextChunkSize()
protected final SP proxied()
public abstract Semi semiclone()
protected final scala.collection.Iterator<A> underlying()