class PQObject implements Comparable<PQObject> {
    public int myKey;
    public int compareTo(PQObject o){}
}