PriorityQueueT Constructor |
Name | Description | |
---|---|---|
![]() | PriorityQueueT |
Create a priority queue using the default comparer for the T.
|
![]() | PriorityQueueT(IComparerT) |
Create a priority queue and use the provided comparer for the keys.
|