Modifier and Type | Class and Description |
---|---|
class |
ArrayDeque<E>
Resizable-array implementation of the
Deque interface. |
class |
LinkedList<E>
Doubly-linked list implementation of the
List and Deque interfaces. |
Modifier and Type | Method and Description |
---|---|
static <T> Queue<T> |
Collections.asLifoQueue(Deque<T> deque)
|