GenericMap

constructor(map: Map<K, V>)

Parameters

K

The key type of the map.

V

The value type of the map.