public class Queues extends Object
Queue interface backed by an array.| Constructor and Description |
|---|
Queues() |
| Modifier and Type | Method and Description |
|---|---|
static <E> Queue<E> |
empty() |
static <E> Queue<E> |
lifo() |
static <E> Queue<E> |
lifo(int initialCapacity) |
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.