private class LinearScanOptimizeSpillPositionPhase.IntervalBlockIterator extends Object implements Iterator<AbstractBlockBase<?>>
blocks
of an interval.Modifier and Type | Field and Description |
---|---|
(package private) AbstractBlockBase<?> |
block |
(package private) Range |
range |
Constructor and Description |
---|
IntervalBlockIterator(Interval interval) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
AbstractBlockBase<?> |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
AbstractBlockBase<?> block
public IntervalBlockIterator(Interval interval)
public AbstractBlockBase<?> next()
next
in interface Iterator<AbstractBlockBase<?>>
public boolean hasNext()
hasNext
in interface Iterator<AbstractBlockBase<?>>