Package | Description |
---|---|
java.util |
Utilities
|
Modifier and Type | Interface and Description |
---|---|
interface |
Deque<E>
A linear collection that supports element insertion and removal at
both ends.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueue<E>
This class provides skeletal implementations of some
Queue
operations. |
class |
ArrayDeque<E>
Resizable-array implementation of the
Deque interface. |
class |
LinkedList<T>
Linked list implementation of the List interface.
|
class |
PriorityQueue<E> |
Modifier and Type | Method and Description |
---|---|
static <T> Queue<T> |
Collections.asLifoQueue(Deque<T> deque)
|