1: public static void displayPair(OrderedPair<?> pair) 2: { 3: System.out.println(pair); 4: } // end displayPair 5: // Version 4.0