public class FastIntDoubleMap
extends java.lang.Object
Constructor and Description |
---|
FastIntDoubleMap(int size)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
double |
get(int key,
double _default)
Returns the associated value, default if not found
|
void |
put(int key,
double value)
Puts a value into this map
|