| Package | Description |
|---|---|
| java.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayDeque<E>
An implementation of Deque, backed by an array.
|
class |
LinkedList<E>
LinkedList is an implementation of List, backed by a linked list.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Queue<T> |
Collections.asLifoQueue(Deque<T> deque)
Answers a LIFO Queue as a view of a Deque.
|
Copyright © 2023. All rights reserved.