Mega Code Archive
0327 Add to a collection
static boolean addAll(Collection super T> c, T... elements)
Adds all of the specified elements to the specified collection.
static Queue asLifoQueue(Deque deque)
Returns a view of a Deque as a Last-in-first-out (Lifo) Queue.