public interface PQEntry
Modifier and Type | Method and Description |
---|---|
int |
getPriority()
Higher is higher priority
|
long |
getSeqNum()
Needed to ensure FIFO ordering within a single priority
|
void |
setSeqNum(long num)
To be set by the queue
|