/** * Constructs a new, empty priority queue according to the given * comparator. All objects inserted into the priority queue must * be mutually comparable using the comparator c. * * @param c the comparator that will be used to order this queue. */ // public PriorityQueue(Comparator c, int size);