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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
SafeReadonlyIter(T[] data)