Method FindMax
FindMax()
Find the current largest item of this sorted collection.
Declaration
KeyValuePair<K, V> FindMax()
Returns
Type | Description |
---|---|
KeyValuePair<K, V> | The largest item. |
Exceptions
Type | Condition |
---|---|
NoSuchItemException | if the collection is empty. |