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