Class IntObject
- java.lang.Object
-
- org.apache.sysds.runtime.instructions.cp.Data
-
- org.apache.sysds.runtime.instructions.cp.ScalarObject
-
- org.apache.sysds.runtime.instructions.cp.IntObject
-
- All Implemented Interfaces:
Serializable
public class IntObject extends ScalarObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntObject(long val)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getBooleanValue()
double
getDoubleValue()
long
getLongValue()
int
getSize()
String
getStringValue()
Object
getValue()
-
Methods inherited from class org.apache.sysds.runtime.instructions.cp.ScalarObject
getDebugName, getLanguageSpecificStringValue, toString
-
Methods inherited from class org.apache.sysds.runtime.instructions.cp.Data
getDataType, getMetaData, getPrivacyConstraint, getValueType, removeMetaData, setMetaData, setPrivacyConstraints, updateDataCharacteristics
-
-
-
-
Method Detail
-
getBooleanValue
public boolean getBooleanValue()
- Specified by:
getBooleanValue
in classScalarObject
-
getLongValue
public long getLongValue()
- Specified by:
getLongValue
in classScalarObject
-
getDoubleValue
public double getDoubleValue()
- Specified by:
getDoubleValue
in classScalarObject
-
getStringValue
public String getStringValue()
- Specified by:
getStringValue
in classScalarObject
-
getValue
public Object getValue()
- Specified by:
getValue
in classScalarObject
-
getSize
public int getSize()
- Specified by:
getSize
in classScalarObject
-
-