Modifier and Type | Class and Description |
---|---|
static interface |
IteratorGenerator.Converter
Interface for converting each separated token into an Object of choice.
|
Constructor and Description |
---|
IteratorGenerator() |
Modifier and Type | Method and Description |
---|---|
String |
execute()
Where the logic of the action is executed.
|
boolean |
getHasNext() |
Object |
getNext() |
boolean |
hasNext() |
Object |
next() |
void |
remove() |
void |
setConverter(IteratorGenerator.Converter aConverter) |
void |
setCount(int aCount) |
void |
setSeparator(String aChar) |
void |
setValues(Object aValue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public void setCount(int aCount)
public boolean getHasNext()
public Object getNext()
public void setSeparator(String aChar)
public void setConverter(IteratorGenerator.Converter aConverter)
public void setValues(Object aValue)
public String execute()
Action
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.