-
-
Method Summary
float
computeIfAbsent(int key,
it.unimi.dsi.fastutil.ints.Int2FloatFunction mappingFunction)
float
float
float
float
put(int key,
float value)
float
boolean
-
Field Details
-
DEFAULT_VALUE
static final float DEFAULT_VALUE
- See Also:
-
-
Method Details
-
-
put
float put(int key,
float value)
-
getDefaultValue
float getDefaultValue()
-
remove
float remove(int key)
-
remove
boolean remove(int key,
float value)
-
computeIfAbsent
float computeIfAbsent(int key,
it.unimi.dsi.fastutil.ints.Int2FloatFunction mappingFunction)
-