private static class ForEachSupport.ArrayIterator extends ForEachSupport.ReadOnlyIterator
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
array |
private int |
i |
private int |
length |
| Modifier | Constructor and Description |
|---|---|
private |
ArrayIterator(java.lang.Object array) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
remove