Method FindMin
FindMin()
Find the current least item of this sorted collection.
Declaration
T FindMin()
Returns
Type | Description |
---|---|
T | The least item. |
Exceptions
Type | Condition |
---|---|
NoSuchItemException | if the collection is empty. |