org.jikesrvm.util
Class PriorityQueueRVM.PriorityQueueNode

java.lang.Object
  extended by 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
 
Constructor Summary
private PriorityQueueRVM.PriorityQueueNode()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

priority

public double priority
the value to compare on, larger is better


data

public Object data
the associated data

Constructor Detail

PriorityQueueRVM.PriorityQueueNode

private PriorityQueueRVM.PriorityQueueNode()
Method Detail

toString

public String toString()
Overrides:
toString in class Object