TreeMap.ceilingKey

@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
ceilingKey
(
K key
)
if (
isOrderingComparable!K
)

Meta