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

Method higherEntry

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

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

(K key)

Source from the content-addressed store, hash-verified

5306 * @since 1.6
5307 */
5308 public Map.Entry<K, V> higherEntry(K key) {
5309 return newImmutableEntry(findHigherEntry(key));
5310 }
5311
5312 /**
5313 * {@inheritDoc}

Callers 1

higherKeyMethod · 0.95

Calls 2

newImmutableEntryMethod · 0.95
findHigherEntryMethod · 0.95

Tested by

no test coverage detected