protected class MaskedArrayList.Itr extends Object implements Iterator<T>
private int
pos
protected
MaskedArrayList.Itr()
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private int pos
protected MaskedArrayList.Itr()
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove