PriorityQueueTKey, TValue Constructor |
Name | Description | |
---|---|---|
PriorityQueueTKey, TValue |
Create a priority queue using the default comparer for the TKey.
| |
PriorityQueueTKey, TValue(IComparerTKey) |
Create a priority queue and use the provided comparer for the keys.
|