Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DMutableOptionValue.java34 return new MutableOptionDoubleValue(d); in fromDouble()
94 static class MutableOptionDoubleValue class in MutableOptionValue
97 MutableOptionDoubleValue(final double value) { in MutableOptionDoubleValue() method in MutableOptionValue.MutableOptionDoubleValue