public class PQTest { public static void main(String[] args) { if (args.length > 1) { PriorityQueue pq; pq = new HeapPriorityQueue(new IntegerComparator()); for (int i=1;i ");} } }