// Textbook fragment 02.16 public static int comparePairs(Pair p, Pair q) { return p.getKey().compareTo(q.getKey()); // p's key implements compareTo }