| IPriorityQueueT Interface |
Namespace: Slash.Collections.PriorityQueues
The IPriorityQueueT type exposes the following members.
| Name | Description | |
|---|---|---|
| Clear |
Clears this priority queue, removing all items.
| |
| DecreaseKey |
Decreases the key of the specified item in this priority queue by subtracting
the passed non-negative real number delta.
| |
| DecreaseKeyTo |
Decreases the key of the specified item in this priority queue to the passed
non-negative real number.
| |
| Delete |
Deletes the specified item from this priority queue.
| |
| DeleteMin |
Deletes the item with the minimum key in this priority queue and returns it.
| |
| FindMin |
Returns the item with the minimum key in this priority queue.
| |
| Insert |
Inserts the passed item with the specified key into this priority queue.
| |
| IsEmpty |
Checks whether this priority queue is empty, or not.
|