removeAll method

void removeAll()

Removes all elements from this queue.

Implementation

void removeAll() {
  clear();
}