{@inheritDoc} @see java.util.NavigableMap#ceilingEntry(java.lang.Object) @since 1.6
(K key)
| 5348 | * @since 1.6 |
| 5349 | */ |
| 5350 | public Map.Entry<K, V> ceilingEntry(K key) { |
| 5351 | return newImmutableEntry(findCeilingEntry(key)); |
| 5352 | } |
| 5353 | |
| 5354 | /** |
| 5355 | * {@inheritDoc} |
no test coverage detected