|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcc.glsn.PriorityQueue
public class PriorityQueue
A Thread Safe FIFO queue with priority. Lowest priority comes out first if equal priority, then behavior is FIFo
| Constructor Summary | |
|---|---|
PriorityQueue()
|
|
| Method Summary | |
|---|---|
Object |
get()
|
void |
printPriList()
|
void |
put(Object O,
double Priority)
|
int |
size()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PriorityQueue()
| Method Detail |
|---|
public int size()
public Object get()
public void printPriList()
public void put(Object O,
double Priority)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||