get
Returns the element at the specified location in this List
.
Return
the element at the specified location.
Parameters
location
the index of the element to return.
Throws
if location < 0 || location >= size()
Returns the element at the specified location in this List
.
the element at the specified location.
the index of the element to return.
if location < 0 || location >= size()