private static final class UISelectMany.ArrayIterator
extends java.lang.Object
implements java.util.Iterator
| Modifier and Type | Field and Description |
|---|---|
private int |
idx |
private int |
length |
private java.lang.Object |
value |
| Constructor and Description |
|---|
ArrayIterator(java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |