Method DeleteMin
DeleteMin()
Remove the least item from this sorted collection.
Declaration
KeyValuePair<K, V> DeleteMin()
Returns
Type | Description |
---|---|
KeyValuePair<K, V> | The removed item. |
Exceptions
Type | Condition |
---|---|
NoSuchItemException | if the collection is empty. |