NavigableMap.firstEntry

Returns a key-value mapping associated with the least key in this map, or {@code null} if the map is empty.

@return an entry with the least key, or {@code null} if this map is empty

interface NavigableMap(K, V)
MapEntry!(K, V)
firstEntry
()

Meta