TreeMap.higherEntry

@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)
MapEntry!(K, V)
higherEntry
(
K key
)
if (
isOrderingComparable!K
)

Meta