containsKey method
Tests whether the specified key is contained in the PropertyMap.
containsKey(key )
Parameters
String key
The key to check.
Returns
trueboolean. if the PropertyMap contains a value for key. false otherwise.
这对您有帮助吗?