PriorityQueueT Constructor |
Name | Description | |
---|---|---|
PriorityQueueT |
Initializes a new instance of the PriorityQueueT class that is empty,
has the default initial capacity, and uses the default IComparerT
implementation for the element type.
| |
PriorityQueueT(IComparerT) |
Initializes a new instance of the PriorityQueueT class that is empty, has the default initial capacity, and uses the
specified IComparerT implementation to compare elements.
| |
PriorityQueueT(IEnumerableT) |
Initializes a new instance of the PriorityQueueT that contains elements copied from the specified IEnumerableT
and uses the default IComparerT implementation for the element type.
| |
PriorityQueueT(IEnumerableT, IComparerT) |
Initializes a new instance of the PriorityQueueT that contains elements
copied from the specified IEnumerableT and that uses the specified
IComparerT implementation to compare keys.
| |
PriorityQueueT(Int32, IComparerT) |
Initializes a new instance of the PriorityQueueT class that is empty,
has the specified initial capacity, and uses the specified IComparerT
implementation to compare elements.
|