last() *5
JDK Doc(JAVA)Download this dictionary
last() *5
- Method in class java.util.TreeSet 
public Object last ()
Returns the last (highest) element currently in this sorted set.Specified by:  last in interface SortedSet Returns: the last (highest) element currently in this sorted set.Throws: NoSuchElementException - sorted set is empty.