get abstract method
Returns the element at the specified index in the list or throw IndexOutOfBoundsException
Implementation
T get(int index);
Returns the element at the specified index in the list or throw IndexOutOfBoundsException
T get(int index);