()
| 5290 | /// |
| 5291 | /// - java.util.NavigableMap#firstEntry() |
| 5292 | public Map.Entry<K, V> firstEntry() { |
| 5293 | return newImmutableEntry(findSmallestEntry()); |
| 5294 | } |
| 5295 | |
| 5296 | /// {@inheritDoc} |
| 5297 | /// |
nothing calls this directly
no test coverage detected