SortedSet.last

Returns the last (highest) element currently in this set.

@return the last (highest) element currently in this set @throws NoSuchElementException if this set is empty

interface SortedSet(E)
E
last
()

Meta