SortedMap.firstKey

Returns the first (lowest) key currently in this map.

@return the first (lowest) key currently in this map @throws NoSuchElementException if this map is empty

interface SortedMap(K, V)
K
firstKey
()

Meta