putNumber method
Associates a numeric value with a particular key.
putNumber(key, value)
Parameters
String key
Identifies the value to be replaced.
long value
The new value to be stored.
Returns
void
这对您有帮助吗?