get

open fun get(key: Int): Float

Gets the float mapped from the specified key, or 0f if no such mapping has been made.


open fun get(key: Int, valueIfKeyNotFound: Float): Float

Gets the float mapped from the specified key, or the specified value if no such mapping has been made.