TreeMap.getFloorEntry

Gets the entry corresponding to the specified key; if no such entry exists, returns the entry for the greatest key less than the specified key; if no such entry exists, returns {@code null}.

class TreeMap(K, V)
final
getFloorEntry
(
K key
)
if (
isOrderingComparable!K
)

Meta