| Package | Description |
|---|---|
| java.util |
Back 2 Browser Bytecode Translator
Copyright (C) 2012 Jaroslav Tulach
|
| 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)
|
Copyright © 2015 API Design. All Rights Reserved.