org.jikesrvm.util
Class PriorityQueueRVM.PriorityQueueNode
java.lang.Object
org.jikesrvm.util.PriorityQueueRVM.PriorityQueueNode
- Enclosing class:
- PriorityQueueRVM
private static class PriorityQueueRVM.PriorityQueueNode
- extends Object
A local class that holds the nodes of the priority tree
Field Summary |
Object |
data
the associated data |
double |
priority
the value to compare on, larger is better |
priority
public double priority
- the value to compare on, larger is better
data
public Object data
- the associated data
PriorityQueueRVM.PriorityQueueNode
private PriorityQueueRVM.PriorityQueueNode()
toString
public String toString()
- Overrides:
toString
in class Object