addAll method

view source

void addAll (Iterable<E> iterable) inherited

Implementation

void addAll(Iterable<E> iterable) {
  throw new UnsupportedError("Cannot add to an unmodifiable list");
}