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