public class StatefulCombinationGenerator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
done |
protected boolean |
first |
protected int[] |
positionCounters |
protected java.util.List[] |
tempListForAttach |
| Constructor and Description |
|---|
StatefulCombinationGenerator(java.util.List[] tempListForAttach) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getNext() |
void |
reset() |
protected java.util.List[] tempListForAttach
protected int[] positionCounters
protected boolean first
protected boolean done