Package | Description |
---|---|
java.util |
Modifier and Type | Interface and Description |
---|---|
interface |
Deque<E>
A collection designed for holding elements prior to processing.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueue<E>
Skeletal implementation of the Queue interface.
|
class |
LinkedList<E>
Linked list implementation.
|
class |
PriorityQueue<E>
An unbounded priority queue based on a priority heap.
|
Modifier and Type | Method and Description |
---|---|
static <T> Queue<T> |
Collections.asLifoQueue(Deque<T> deque) |
Copyright © 2018. All rights reserved.