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

Method firstEntry

vm/JavaAPI/src/java/util/TreeMap.java:5258–5260  ·  view source on GitHub ↗

{@inheritDoc} @see java.util.NavigableMap#firstEntry() @since 1.6

()

Source from the content-addressed store, hash-verified

5256 * @since 1.6
5257 */
5258 public Map.Entry<K, V> firstEntry() {
5259 return newImmutableEntry(findSmallestEntry());
5260 }
5261
5262 /**
5263 * {@inheritDoc}

Callers

nothing calls this directly

Calls 2

newImmutableEntryMethod · 0.95
findSmallestEntryMethod · 0.95

Tested by

no test coverage detected