public class NativeTypedArrayIterator<T>
extends java.lang.Object
implements java.util.ListIterator<T>
public boolean hasNext()
public boolean hasPrevious()
hasPrevious
in interface java.util.ListIterator<T>
public int nextIndex()
nextIndex
in interface java.util.ListIterator<T>
public int previousIndex()
previousIndex
in interface java.util.ListIterator<T>
public T next()
public void remove()