Returns the element of the vector at the specified index.
If the index
is negative or not less than the current vector size,
the function returns null
.
Note: The null
vector parameter will cause an error.
Tip:
You may call this function in a method-like style:
v.elementAt(index)