contains
Tests whether key exists or not.
Return
True if exists, otherwise false.
Parameters
key
The select result key.
Tests whether a property exists or not. This can be less expensive than getValue(String), because it does not have to allocate an Object for the property value.
Return
the boolean value representing whether a property exists or not.
Parameters
key
the key