NavigableMap.lastEntry

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

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

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

Meta