klyn.collections.Map.remove
method
public native remove(key as K) as Boolean
Description

Removes an entry.

Parameters
ParameterDescription
keyThe key to remove.
Returns

True if the key existed.