BBjspHashMap::containsKey (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.00 and higher, this method returns true if this map contains a mapping for the specified key.
Syntax
|
Return Value |
Method |
|---|---|
|
boolean |
containsKey(Object key) |
Parameters
None.
Return Value
Returns 1 if the specified key exists in this BBjspHashMap, otherwise 0.
Example
|