Home

Class goog.structs.PriorityQueue

Class for Priority Queue datastructure.

extends goog.structs.Heap
Instance Method Summary
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.