addAt abstract method

void addAt(
  1. int index,
  2. T element
)

Inserts an element into the list at the specified index.

Implementation

void addAt(int index, T element);