private final class Storage.Iter extends java.lang.Object implements java.util.Iterator<T>
Modifier and Type | Field and Description |
---|---|
private int |
mods |
(package private) int |
removeSlot |
(package private) int |
slot |
Constructor and Description |
---|
Iter() |
Modifier and Type | Method and Description |
---|---|
private void |
align() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
private final int mods
int slot
int removeSlot
Iter()