Overview
>
klyn.collections
>
ArrayList
>
operator[]
Overview
Index
Tree
Deprecated
klyn.collections.ArrayList.operator[]
method
public native operator[](index as Int) as T
Description
Gets the element at the given index.
Parameters
index Zero-based index.
Throws
IndexException if index is invalid.