getNumber method
Returns the integer value data associated with the specified key in the PropertyMap.
getNumber(key )
Parameters
String key
The key to examine.
Returns
long. The numeric value associated with the key. If key is not contained in the PropertyMap or the map entry is not a number, returns -1.
这对您有帮助吗?