Collection Java Book

static boolean addAll(Collection 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.