public class RuntimeTuple extends java.lang.Object implements RuntimeObject
| Modifier and Type | Field and Description |
|---|---|
static RuntimeTuple |
EMPTY |
| Constructor and Description |
|---|
RuntimeTuple(int[] intComponents,
double[] realComponents,
java.lang.Object[] objectComponents) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
double[] |
floatComponents() |
int |
floatDimension() |
double |
getFloatComponent(int position) |
int |
getIntComponent(int position) |
java.lang.Object |
getObjectComponent(int position) |
double |
getRealComponent(int position) |
java.lang.Object |
getSlicer(int[] slice) |
int |
hashCode() |
int[] |
intComponents() |
int |
intDimension() |
java.lang.Object[] |
objectComponents() |
int |
objectDimension() |
double[] |
realComponents() |
int |
realDimension() |
double |
setFloatComponent(int position,
double value) |
int |
setIntComponent(int position,
int value) |
java.lang.Object |
setObjectComponent(int position,
java.lang.Object value) |
double |
setRealComponent(int position,
double value) |
java.lang.String |
toString() |
public static final RuntimeTuple EMPTY
public RuntimeTuple(int[] intComponents,
double[] realComponents,
java.lang.Object[] objectComponents)
public int[] intComponents()
public double[] realComponents()
public final double[] floatComponents()
public java.lang.Object[] objectComponents()
public int intDimension()
public int realDimension()
public final int floatDimension()
public int objectDimension()
public final int getIntComponent(int position)
public final int setIntComponent(int position,
int value)
public final double getRealComponent(int position)
public final double getFloatComponent(int position)
public final double setRealComponent(int position,
double value)
public final double setFloatComponent(int position,
double value)
public final java.lang.Object getObjectComponent(int position)
public final java.lang.Object setObjectComponent(int position,
java.lang.Object value)
public final java.lang.Object getSlicer(int[] slice)
public final int hashCode()
hashCode in class java.lang.Objectpublic final boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic final java.lang.String toString()
toString in class java.lang.Object