| Package | Description |
|---|---|
| java.util |
Back 2 Browser Bytecode Translator
Copyright (C) 2012 Jaroslav Tulach
|
| 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<E>
Doubly-linked list implementation of the
List and Deque
interfaces. |
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 © 2016 API Design. All Rights Reserved.