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 SummaryConstructors Constructor Description IntObject(long val)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetBooleanValue()doublegetDoubleValue()longgetLongValue()intgetSize()StringgetStringValue()ObjectgetValue()- 
Methods inherited from class org.apache.sysds.runtime.instructions.cp.ScalarObjectgetDebugName, getLanguageSpecificStringValue, toString
 - 
Methods inherited from class org.apache.sysds.runtime.instructions.cp.DatagetDataType, getMetaData, getPrivacyConstraint, getValueType, removeMetaData, setMetaData, setPrivacyConstraints, updateDataCharacteristics
 
- 
 
- 
- 
- 
Method Detail- 
getBooleanValuepublic boolean getBooleanValue() - Specified by:
- getBooleanValuein class- ScalarObject
 
 - 
getLongValuepublic long getLongValue() - Specified by:
- getLongValuein class- ScalarObject
 
 - 
getDoubleValuepublic double getDoubleValue() - Specified by:
- getDoubleValuein class- ScalarObject
 
 - 
getStringValuepublic String getStringValue() - Specified by:
- getStringValuein class- ScalarObject
 
 - 
getValuepublic Object getValue() - Specified by:
- getValuein class- ScalarObject
 
 - 
getSizepublic int getSize() - Specified by:
- getSizein class- ScalarObject
 
 
- 
 
-