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