Modifier and Type | Field and Description |
---|---|
protected VecBuffer.ElementAccessor<T> |
accessor |
protected int |
position |
protected int |
size |
Constructor and Description |
---|
BasicIterator(VecBuffer.ElementAccessor<T> accessor) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected VecBuffer.ElementAccessor<T> accessor
protected int position
protected final int size
public BasicIterator(VecBuffer.ElementAccessor<T> accessor)