Returns the range containing this key and its associated value, if such a range is present in the range map, or null otherwise.
(K key)
| 51 | * in the range map, or {@code null} otherwise. |
| 52 | */ |
| 53 | @Nullable |
| 54 | Map.Entry<Range<K>, V> getEntry(K key); |
| 55 | |
| 56 | /** |
no outgoing calls
no test coverage detected