Method FindMin
FindMin()
Find the current least item of this priority queue.
Declaration
T FindMin()
Returns
Type | Description |
---|---|
T | The least item. |
FindMin(out IPriorityQueueHandle<T>)
Find the current least item of this priority queue.
Declaration
T FindMin(out IPriorityQueueHandle<T> handle)
Parameters
Type | Name | Description |
---|---|---|
IPriorityQueueHandle<T> | handle | On return: the handle of the item. |
Returns
Type | Description |
---|---|
T | The least item. |