- Found in:
- JContainers
Description
Documentation Comment
Removes the pair from the container where the key equals to the @key
Caveats
Parameters
intobject
stringkey
Examples
Auto-Generated Example
int myInt__object
string myString__key
bool returnedValue = JMap.removeKey(myInt__object, myString__key)