public interface DynamicallyTypedMapWithDoubles<K> extends DynamicallyTypedMapWithFloats<K>
| Modifier and Type | Method and Description |
|---|---|
double |
getDouble(K key)
Retrieves an entry as a
double. |
getFloatgetBoolean, getInt, getStringdouble getDouble(K key)
double.key - the key to look updoubleCopyright © 2021. All rights reserved.