public class QueuedSet<E> extends Object
| Constructor and Description |
|---|
QueuedSet() |
QueuedSet(List<E> os) |
QueuedSet(QueuedSet<E> qs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addLast(E o) |
int |
addLast(List<E> os) |
boolean |
isEmpty() |
E |
removeFirst() |
Copyright © 2020 Soot OSS. All rights reserved.