get abstract method

T get(
  1. int index
)

Returns the element at the specified index in the list or throw IndexOutOfBoundsException

Implementation

T get(int index);