public abstract class HeapElem implements Comparable { // The position in the heap. /*@ spec_public @*/ int heapPos = -1; }