public interface DynamicallyTypedMapWithFloats<K> extends DynamicallyTypedMap<K>
| Modifier and Type | Method and Description |
|---|---|
float |
getFloat(K key)
Retrieves an entry as a
float. |
getBoolean, getInt, getStringfloat getFloat(K key)
float.key - the key to look upfloatCopyright © 2021. All rights reserved.