ArrayDeque as stack and queue

Deque0:00

Use an ArrayDeque as both a stack (LIFO) and a queue (FIFO).

Type it from memory — say each line out loud as you write it. Then check.