TreeMap.floorKey

@throws ClassCastException {@inheritDoc} @throws NullPointerException if the specified key is null and this map uses natural ordering, or its comparator does not permit null keys

class TreeMap(K, V)
K
floorKey
(
K key
)
if (
isOrderingComparable!K
)

Meta