addAll method

void addAll(
  1. Iterable<T> source
)

Implementation

void addAll(Iterable<T> source) {
  addAllStartingAt(source);
}