|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.ucdavis.rj.PNode
public class PNode
Field Summary | |
---|---|
boolean |
isEClock
|
PNode |
next
|
PairBoolean |
offQueue
|
PNode |
prev
|
long |
priority
|
java.lang.Thread |
thrd
|
Constructor Summary | |
---|---|
PNode(long priority,
java.lang.Thread thrd,
boolean isEClock,
PairBoolean offQueue)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long priority
public java.lang.Thread thrd
public boolean isEClock
public PairBoolean offQueue
public PNode next
public PNode prev
Constructor Detail |
---|
public PNode(long priority, java.lang.Thread thrd, boolean isEClock, PairBoolean offQueue)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |