Method FindMin
FindMin()
Find the current least item of this sorted collection.
Declaration
KeyValuePair<K, V> FindMin()
Returns
Type | Description |
---|---|
KeyValuePair<K, V> | The least item. |
Exceptions
Type | Condition |
---|---|
NoSuchItemException | if the collection is empty. |