protected class CompoundVecBuffer.CompoundIterator<T> extends Object implements Iterator<T>
Modifier and Type | Field and Description |
---|---|
protected int |
subBuffer |
protected int |
subBufferCount |
protected CompoundVecBuffer.SubBufferIterable<T> |
subBufferIterable |
protected Iterator<T> |
subIterator |
Modifier | Constructor and Description |
---|---|
protected |
CompoundIterator(CompoundVecBuffer.SubBufferIterable<T> subBufferIterable) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
protected void |
updateSubIterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected int subBuffer
protected final int subBufferCount
protected final CompoundVecBuffer.SubBufferIterable<T> subBufferIterable
protected CompoundIterator(CompoundVecBuffer.SubBufferIterable<T> subBufferIterable)