private final class Storage.SafeReadonlyIter extends Storage.AbstractIter
Modifier and Type | Field and Description |
---|---|
private T[] |
data |
slot
Constructor and Description |
---|
SafeReadonlyIter(T[] data) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
align, doHasNext