{@inheritDoc} @see java.util.NavigableMap#higherEntry(Object) @since 1.6
(K key)
| 5306 | * @since 1.6 |
| 5307 | */ |
| 5308 | public Map.Entry<K, V> higherEntry(K key) { |
| 5309 | return newImmutableEntry(findHigherEntry(key)); |
| 5310 | } |
| 5311 | |
| 5312 | /** |
| 5313 | * {@inheritDoc} |
no test coverage detected