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