public class IterationState extends Object implements Serializable
| Constructor and Description | 
|---|
| IterationState() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getCounter() | 
| Iterator | getIterator() | 
| List<Object[]> | getValueList() | 
| void | setCounter(int counter) | 
| void | setValueList(List<Object[]> valueList) | 
public void setValueList(List<Object[]> valueList)
valueList - the valueList to setpublic int getCounter()
public void setCounter(int counter)
counter - the counter to setpublic Iterator getIterator()
Copyright © 2021 The Apache Software Foundation. All rights reserved.