search

goog.structs.Map<K, V>

Provided By
warning Deprecated

This type is misleading: use ES6 Map instead.

Class for Hash Map datastructure.

new Map<K, V>( opt_map, ...var_args )

Parameters
opt_map*=

Map or Object to initialize the map with.

var_args...*

If 2 or more arguments are present then they will be used as key-value pairs.

Instance Methods

Instance Properties

Static Functions