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

Method ceilingEntry

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

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

(K key)

Source from the content-addressed store, hash-verified

5348 * @since 1.6
5349 */
5350 public Map.Entry<K, V> ceilingEntry(K key) {
5351 return newImmutableEntry(findCeilingEntry(key));
5352 }
5353
5354 /**
5355 * {@inheritDoc}

Callers 1

ceilingKeyMethod · 0.95

Calls 2

newImmutableEntryMethod · 0.95
findCeilingEntryMethod · 0.95

Tested by

no test coverage detected