TreeMap.getLastEntry

Returns the last Entry in the TreeMap (according to the TreeMap's key-sort function). Returns null if the TreeMap is empty.

class TreeMap(K, V)
final
getLastEntry
()
if (
isOrderingComparable!K
)

Meta