MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / firstEntry

Method firstEntry

Ports/CLDC11/src/java/util/TreeMap.java:5292–5294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5290 ///
5291 /// - java.util.NavigableMap#firstEntry()
5292 public Map.Entry<K, V> firstEntry() {
5293 return newImmutableEntry(findSmallestEntry());
5294 }
5295
5296 /// {@inheritDoc}
5297 ///

Callers

nothing calls this directly

Calls 2

newImmutableEntryMethod · 0.95
findSmallestEntryMethod · 0.95

Tested by

no test coverage detected