(K key)
| 5406 | /// |
| 5407 | /// - java.util.NavigableMap#ceilingEntry(java.lang.Object) |
| 5408 | public Map.Entry<K, V> ceilingEntry(K key) { |
| 5409 | return newImmutableEntry(findCeilingEntry(key)); |
| 5410 | } |
| 5411 | |
| 5412 | /// {@inheritDoc} |
| 5413 | /// |
no test coverage detected