public class CrossProduct extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
finished |
protected int[] |
indexes |
protected Object[] |
keys |
protected int |
size |
protected Object[] |
tuple |
protected Object[] |
values |
Constructor and Description |
---|
CrossProduct(Map data) |
Modifier and Type | Method and Description |
---|---|
Object[] |
getKeys() |
Map |
getMap() |
int |
getSize() |
Object[] |
getTuple() |
static void |
main(String[] args) |
boolean |
nextTuple() |
void |
reset() |