- Found in:
- JContainers
Description
Documentation Comment
Returns true, if the container has @key: value pair
Caveats
Parameters
intobject
stringkey
Examples
Auto-Generated Example
int myInt__object
string myString__key
bool returnedValue = JMap.hasKey(myInt__object, myString__key)