private final class Storage.SafeReadonlyIter extends Object implements Iterator<T>
(package private) T[]
data
(package private) int
slot
Storage.SafeReadonlyIter(T[] data)
private void
align()
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final T[] data
int slot
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
private void align()
JOSM