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