{@inheritDoc} @see java.util.NavigableMap#lastEntry() @since 1.6
()
| 5266 | * @since 1.6 |
| 5267 | */ |
| 5268 | public Map.Entry<K, V> lastEntry() { |
| 5269 | return newImmutableEntry(findBiggestEntry()); |
| 5270 | } |
| 5271 | |
| 5272 | /** |
| 5273 | * {@inheritDoc} |
nothing calls this directly
no test coverage detected