Package oracle.kv.table
Interface FloatValue
- All Superinterfaces:
- Comparable<FieldValue>,- FieldValue
FloatValue extends 
FieldValue to represent a float.- Since:
- 3.0
- 
Method SummaryMethods inherited from interface java.lang.ComparablecompareToMethods inherited from interface oracle.kv.table.FieldValueasArray, asBinary, asBoolean, asDouble, asEnum, asFixedBinary, asFloat, asIndexKey, asInteger, asLong, asMap, asNumber, asPrimaryKey, asRecord, asRow, asString, asTimestamp, getDefinition, getType, isArray, isAtomic, isBinary, isBoolean, isComplex, isDouble, isEMPTY, isEnum, isFixedBinary, isFloat, isIndexKey, isInteger, isJsonNull, isLong, isMap, isNull, isNumber, isNumeric, isPrimaryKey, isRecord, isRow, isString, isTimestamp, toJsonString
- 
Method Details- 
getfloat get()Returns the float value of this object.- Returns:
- the float value of this object
 
- 
cloneFloatValue clone()Returns a deep copy of this object.- Specified by:
- clonein interface- FieldValue
- Returns:
- a deep copy of this object
 
 
-