SortedSet.first

Returns the first (lowest) element currently in this set.

@return the first (lowest) element currently in this set @throws NoSuchElementException if this set is empty

interface SortedSet(E)
E
first
()

Meta