![]() | PriorityQueueT Methods |
The PriorityQueueT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | AdjustFirstItem |
Indicates that the current first item of the PriorityQueueT was modified and its priority has to be re-evaluated.
|
![]() | Clear |
Removes all objects from the PriorityQueueT.
|
![]() | Contains |
Determines whether an element is in the PriorityQueueT.
|
![]() | CopyTo |
Copies the PriorityQueueT elements to an existing one-dimensional Array, starting at the specified array index.
|
![]() | Dequeue |
Removes and returns the element with the lowest value from the PriorityQueueT.
|
![]() | Enqueue |
Adds an object to the PriorityQueueT.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the values in the PriorityQueueT.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Peek |
Returns the object with the lowest value in the PriorityQueueT without removing it.
|
![]() | ToArray |
Copies the PriorityQueueT elements to a new array.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TrimExcess |
Sets the capacity to the actual number of elements in the PriorityQueueT, if that number is less than a threshold value.
|