insertAll abstract method

void insertAll(
  1. int index,
  2. Iterable<T> values
)

Inserts all values at the given index

Implementation

void insertAll(int index, Iterable<T> values);