public class LinkedQueue<Q> extends Object
| Constructor and Description |
|---|
LinkedQueue() |
| Modifier and Type | Method and Description |
|---|---|
Q |
deQueue() |
void |
enQueue(Q queueItem) |
boolean |
isEmpty() |
int |
length() |
Q |
peek() |
Copyright © 2018 Terra Software Informatics LLC.. All rights reserved.