get

operator fun get(index: Int): Reference

Returns a Reference from the Map at position index. Returns a null reference

Return

Reference for a key or a null Reference if not found.

Parameters

index

position in the map


operator fun get(key: String): Reference

Returns a Reference from the Map for a given String.

Return

Reference for a key or a null Reference if not found.

Parameters

key

access key to element on map


open operator override fun get(key: Key): Reference

Returns a Reference from the Map for a given Key.

Return

Reference for a key or a null Reference if not found.

Parameters

key

access key to element on map