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() |