getElement abstract method

E getElement(
  1. int index
)

Returns the element at elements index.

Implementation

E getElement(int index);