dataStructures
Class HeapElement

java.lang.Object
  |
  +--dataStructures.HeapElement

public class HeapElement
extends java.lang.Object


Constructor Summary
HeapElement(java.lang.Object thePriority, java.lang.Object theElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeapElement

public HeapElement(java.lang.Object thePriority,
                   java.lang.Object theElement)