|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gshute.util.ListPriorityQueue.Entry
Field Summary | |
java.lang.Object |
data
e.data is the data for e. |
java.lang.Object |
priority
e.priority is the priority for e. |
Constructor Summary | |
ListPriorityQueue.Entry(java.lang.Object dat,
java.lang.Object pri)
new Entry(dat, pri) returns a new entry with data dat and priority pri. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public java.lang.Object data
public java.lang.Object priority
Constructor Detail |
public ListPriorityQueue.Entry(java.lang.Object dat, java.lang.Object pri)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |