PriorityQueueE Class |
Namespace: OBCOM.NetSwitchLib.Utils
The PriorityQueueE type exposes the following members.
Name | Description | |
---|---|---|
PriorityQueueE |
Constructs a new PriorityQueue instance.
| |
PriorityQueueE(Int32) |
Constructs a new PriorityQueue instance.
| |
PriorityQueueE(Int32, IComparerE) |
Constructs a new PriorityQueue instance.
|
Name | Description | |
---|---|---|
Add |
Inserts the specified element into this queue.
| |
Clear |
Removes all of the elements from this queue.
| |
Contains |
Returns true if this queue contains an element.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Peek |
Retrieves, but does not remove, the head of this queue.
| |
Poll |
Retrieves and removes the head of this queue.
| |
Remove |
Removes a single instance of an element from this queue.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |