protected class VecBuffer.BasicIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
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() |
protected VecBuffer.ElementAccessor<T> accessor
protected int position
protected final int size
public BasicIterator(VecBuffer.ElementAccessor<T> accessor)