dm.datacube
Class DataCube.DataElement

java.lang.Object
  |
  +--dm.datacube.DataCube.DataElement
Enclosing class:
DataCube

public class DataCube.DataElement
extends java.lang.Object

Internal class for data storage (not static because we want to access parent class fields)


Field Summary
 java.lang.Integer[] _key
          Data Members
 java.lang.Integer _val
           
 
Constructor Summary
DataCube.DataElement(java.lang.Integer[] key, java.lang.Integer val)
          Constructor
 
Method Summary
 java.lang.String toString()
          Prints contents of object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_key

public java.lang.Integer[] _key
Data Members

_val

public java.lang.Integer _val
Constructor Detail

DataCube.DataElement

public DataCube.DataElement(java.lang.Integer[] key,
                            java.lang.Integer val)
Constructor
Parameters:
key - Key for this entry in the DataCube
val - Value for this entry in the DataCube
Method Detail

toString

public java.lang.String toString()
Prints contents of object
Overrides:
toString in class java.lang.Object
Returns:
String representation of object