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