SortedMap.lastKey

Returns the last (highest) key currently in this map.

@return the last (highest) key currently in this map @throws NoSuchElementException if this map is empty

interface SortedMap(K, V)
K
lastKey
()

Meta