class PNode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
isEClock |
PNode |
next |
PairBoolean |
offQueue |
PNode |
prev |
long |
priority |
java.lang.Thread |
thrd |
| Constructor and Description |
|---|
PNode(long priority,
java.lang.Thread thrd,
boolean isEClock,
PairBoolean offQueue) |
public long priority
public java.lang.Thread thrd
public boolean isEClock
public PairBoolean offQueue
public PNode next
public PNode prev
public PNode(long priority,
java.lang.Thread thrd,
boolean isEClock,
PairBoolean offQueue)