Class: HashMap

HashMap

new javascript.util.HashMap()

HashMap.js, line 20
See:

Extends

Members

get

Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.

privateobject_Object

put

Associates the specified value with the specified key in this map (optional operation).

size

Returns the number of key-value mappings in this map.

values

Returns a Collection view of the values contained in this map.