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

Method higherEntry

Ports/CLDC11/src/java/util/TreeMap.java:5354–5356  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

5352 ///
5353 /// - java.util.NavigableMap#higherEntry(Object)
5354 public Map.Entry<K, V> higherEntry(K key) {
5355 return newImmutableEntry(findHigherEntry(key));
5356 }
5357
5358 /// {@inheritDoc}
5359 ///

Callers 1

higherKeyMethod · 0.95

Calls 2

newImmutableEntryMethod · 0.95
findHigherEntryMethod · 0.95

Tested by

no test coverage detected