addAll method

void addAll (Iterable<E> elements)

Adds all elements to the queue.

Implementation

void addAll(Iterable<E> elements);