<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">// HeapNode.java

import Heapable;

public class HeapNode implements Heapable {

	//fill me in
	public int getKey()
	{
		//fill me in
	}
}



</pre></body></html>