operator [] abstract method
V?
operator [](
- K key
Returns the value corresponding to the given key
, or null
if such a key is not present in the map.
Implementation
V? operator [](K key);
Returns the value corresponding to the given key
, or null
if such a key is not present in the map.
V? operator [](K key);