public class PriorityQueue<K extends Comparable,E> extends Object
| Constructor and Description |
|---|
PriorityQueue() |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<E> |
copyList() |
E |
get() |
E |
getBlocking() |
E |
getBlocking(long MaxWait) |
E |
peek() |
void |
printPriList() |
void |
put(E O,
K Priority) |
int |
size() |