public interface OracleJsonFloat extends OracleJsonValue, OracleJsonNumber
OracleJsonValue.OracleJsonTypeFALSE, NULL, TRUE| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares the specified object with this
OracleJsonFloat. |
BINARY_FLOAT |
getFLOAT()
Returns this value as a
oracle.sql.BINARY_DOUBLE |
int |
hashCode()
Returns a hash code equal to
java.lang.Float.hashCode(floatValue()). |
bigDecimalValue, bigIntegerValue, bigIntegerValueExact, doubleValue, floatValue, intValue, intValueExact, isIntegral, longValue, longValueExactasJsonArray, asJsonBinary, asJsonDate, asJsonDecimal, asJsonDouble, asJsonFloat, asJsonIntervalDS, asJsonIntervalYM, asJsonNumber, asJsonObject, asJsonString, asJsonTimestamp, asJsonTimestampTZ, asJsonVector, getOracleJsonType, toString, wrapBINARY_FLOAT getFLOAT()
oracle.sql.BINARY_DOUBLEint hashCode()
java.lang.Float.hashCode(floatValue()).hashCode in class java.lang.Objectboolean equals(java.lang.Object obj)
OracleJsonFloat. Returns
true if and only if the other object is an instance of
OracleJsonFloat and the floatValue() values are equal.equals in class java.lang.Objectobj - the object to be compared for equalityOracleJsonFloat.