Class for Priority Queue datastructure.
dequeue() ⇒ <Any Type>
Retrieves and removes the head of this queue.
enqueue(<Any Type> priority, <Any Type> value)
Puts the specified value in the queue.