Skip to content

TwoWayMap.deleteKey method

TwoWayMap › deleteKey

Deletes a key from the map.

Signature:

deleteKey(key: Key): void

Parameters:

ParameterTypeDescription
keyKeyThe key.

Returns: void