Class CrossProduct
- java.lang.Object
-
- net.ontopia.topicmaps.query.impl.utils.CrossProduct
-
public class CrossProduct extends Object
INTERNAL: Expected input is a map with arbitrary keys and values of Object[] type.
-
-
Constructor Summary
Constructors Constructor Description CrossProduct(Map data)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]
getKeys()
Map
getMap()
int
getSize()
Object[]
getTuple()
static void
main(String[] args)
boolean
nextTuple()
void
reset()
-
-
-
Constructor Detail
-
CrossProduct
public CrossProduct(Map data)
-
-