public class IteratorGenerator extends Object implements Iterator, Action
| Constructor and Description |
|---|
IteratorGenerator() |
| Modifier and Type | Method and Description |
|---|---|
String |
execute()
This method is where the logic of the action is executed.
|
boolean |
getHasNext() |
Object |
getNext() |
boolean |
hasNext() |
Object |
next() |
void |
remove() |
void |
setCount(int aCount) |
void |
setSeparator(String aChar) |
void |
setValues(Object aValue) |
public void setValues(Object aValue)
public void setCount(int aCount)
public void setSeparator(String aChar)
public boolean getHasNext()
public Object getNext()
public String execute()
ActionCopyright © 2013 Atlassian. All Rights Reserved.