protected class FixedArrayList.FixedArrayIterator extends java.lang.Object implements java.util.Iterator<E>
(package private) int
i
FixedArrayList.FixedArrayIterator()
boolean
hasNext()
E
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
int i
public FixedArrayList.FixedArrayIterator()
public boolean hasNext()
hasNext
java.util.Iterator<E>
public E next()
next
public void remove() throws java.lang.UnsupportedOperationException
remove
java.lang.UnsupportedOperationException