// Values that can be inserted into a PriorityQ public interface HeapValue extends Comparable { int getIndex(); void setIndex(int x); }