Clear this priority queue.
Returns the priority queue is empty or not.
Merge another priority queue into this.
Pop the top element of the priority queue.
Push the element to the priority queue and returns self.
Write out the priority queue content as an Array.
Get the top element of the priority queue.
Returns size of the priority queue.
Generated using TypeDoc
Instance interface of Priority Queue.