get
Returns element that is placed at the provided index.
For each index from 0
to size exclusive there is exactly one corresponding element.
If index is at least size, IndexOutOfBoundsException is thrown.
Throws
when index is not less than size.
Returns element that is placed at the provided index.
For each index from 0
to size exclusive there is exactly one corresponding element.
If index is at least size, IndexOutOfBoundsException is thrown.
when index is not less than size.