Home
last modified time | relevance | path

Searched refs:asDouble (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DMutableOptionValue.java8 abstract double asDouble() throws NumberFormatException; in asDouble() method in MutableOptionValue
64 double asDouble() throws NumberFormatException { in asDouble() method in MutableOptionValue.MutableOptionStringValue
102 double asDouble() { in asDouble() method in MutableOptionValue.MutableOptionDoubleValue
155 double asDouble() { in asDouble() method in MutableOptionValue.MutableOptionLongValue
212 double asDouble() { in asDouble() method in MutableOptionValue.MutableOptionIntValue
259 double asDouble() { in asDouble() method in MutableOptionValue.MutableOptionBooleanValue
301 double asDouble() { in asDouble() method in MutableOptionValue.MutableOptionIntArrayValue
346 double asDouble() throws NumberFormatException { in asDouble() method in MutableOptionValue.MutableOptionEnumValue
DAbstractMutableOptions.java112 return value.asDouble(); in getDouble()