Method DeleteMin
DeleteMin()
Remove the least item from this sorted collection.
Declaration
T DeleteMin()
Returns
Type | Description |
---|---|
T | The removed item. |
Exceptions
Type | Condition |
---|---|
NoSuchItemException | if the collection is empty. |