ArrayList.get

Returns the element at the specified position in this list.

@param index index of the element to return @return the element at the specified position in this list @throws IndexOutOfBoundsException {@inheritDoc}

class ArrayList(E)
override
E
get
(
int index
)

Meta