Class VectorIterator<E>
- java.lang.Object
-
- com.github.andrewoma.dexx.collection.VectorPointer<E>
-
- com.github.andrewoma.dexx.collection.VectorIterator<E>
-
- All Implemented Interfaces:
java.util.Iterator<E>
class VectorIterator<E> extends VectorPointer<E> implements java.util.Iterator<E>
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
_hasNext
private int
blockIndex
private int
endIndex
private int
endLo
private int
lo
-
Constructor Summary
Constructors Constructor Description VectorIterator(int _startIndex, int _endIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
E
next()
void
remove()
-
Methods inherited from class com.github.andrewoma.dexx.collection.VectorPointer
copyOf, copyRange, getElem, gotoFreshPosWritable0, gotoFreshPosWritable1, gotoNextBlockStart, gotoNextBlockStartWritable, gotoPos, gotoPosWritable0, gotoPosWritable1, initFrom, initFrom, nullSlotAndCopy, stabilize
-
-