get

open operator fun get(index: Int): Reference

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

Return

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

Parameters

index

position in the vector.