KeyType - The type of key in the map.public static interface ScalarMap.Entry<KeyType>
Map.Entry| Modifier and Type | Method and Description |
|---|---|
KeyType |
getKey()
Gets the key.
|
double |
getValue()
Gets the value associated with the key.
|
void |
setValue(double value)
Sets the value associated with the key.
|
KeyType getKey()
double getValue()
void setValue(double value)
value - The value.