Overview
>
klyn.collections
>
Map
>
operator[]
Overview
Index
Tree
Deprecated
klyn.collections.Map.operator[]
method
public native operator[](key as K) as V
Description
Gets or sets the value associated with the key.
Parameters
key The key to search for.
Returns
The value associated with the key.
Throws
KeyException if the key does not exist.