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

Method lowerEntry

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

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

(K key)

Source from the content-addressed store, hash-verified

5327 * @since 1.6
5328 */
5329 public Map.Entry<K, V> lowerEntry(K key) {
5330 return newImmutableEntry(findLowerEntry(key));
5331 }
5332
5333 /**
5334 * {@inheritDoc}

Callers 1

lowerKeyMethod · 0.95

Calls 2

newImmutableEntryMethod · 0.95
findLowerEntryMethod · 0.95

Tested by

no test coverage detected