addAll abstract method

void addAll(
  1. Iterable<T> iterable
)

Appends all objects of iterable to the end of this list.

Implementation

void addAll(Iterable<T> iterable);