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

Method lastEntry

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

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

()

Source from the content-addressed store, hash-verified

5266 * @since 1.6
5267 */
5268 public Map.Entry<K, V> lastEntry() {
5269 return newImmutableEntry(findBiggestEntry());
5270 }
5271
5272 /**
5273 * {@inheritDoc}

Callers

nothing calls this directly

Calls 2

newImmutableEntryMethod · 0.95
findBiggestEntryMethod · 0.95

Tested by

no test coverage detected