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