TreeMap.ceilingEntry

@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 @since 1.6

class TreeMap(K, V)
MapEntry!(K, V)
ceilingEntry
(
K key
)

Meta