TreeMap.getFirstEntry

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

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

Meta