addAll abstract method

void addAll(
  1. Iterable<E> elements
)

Adds all elements to the queue.

Implementation

void addAll(Iterable<E> elements);