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