private static class PriorityQueueRVM.PriorityQueueNode extends Object
Modifier and Type | Field and Description |
---|---|
Object |
data
the associated data
|
double |
priority
the value to compare on, larger is better
|
Modifier | Constructor and Description |
---|---|
private |
PriorityQueueNode() |