PriorityQueue
Creates a priority queue with the specified capacity.
Parameters
E
Element that implemented Comparable interface.
capacity
Initial capacity.
Creates a priority queue with the specified capacity.
Element that implemented Comparable interface.
Initial capacity.