TreeMap.getEntryUsingComparator

Version of getEntry using comparator. Split off from getEntry for performance. (This is not worth doing for most methods, that are less dependent on comparator performance, but is worthwhile here.)

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

Meta