private static class ImmutableArrayValueImpl.Ite extends java.lang.Object implements java.util.Iterator<Value>
| Modifier and Type | Field and Description |
|---|---|
private Value[] |
array |
private int |
index |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Value |
next() |
void |
remove() |