protected static class FormDataAccumulator.FormItemIterator
extends java.lang.Object
implements java.util.Iterator
| Modifier and Type | Field and Description |
|---|---|
protected int |
currentIndex |
protected java.util.ArrayList |
elementList |
| Constructor and Description |
|---|
FormItemIterator(java.util.ArrayList elementList) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |