Click or drag to resize
IPriorityQueueT Methods

The IPriorityQueueT generic type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears this priority queue, removing all items.
Public methodDecreaseKey
Decreases the key of the specified item in this priority queue by subtracting the passed non-negative real number delta.
Public methodDecreaseKeyTo
Decreases the key of the specified item in this priority queue to the passed non-negative real number.
Public methodDelete
Deletes the specified item from this priority queue.
Public methodDeleteMin
Deletes the item with the minimum key in this priority queue and returns it.
Public methodFindMin
Returns the item with the minimum key in this priority queue.
Public methodInsert
Inserts the passed item with the specified key into this priority queue.
Public methodIsEmpty
Checks whether this priority queue is empty, or not.
Top
See Also