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

Method ceilingEntry

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

Source from the content-addressed store, hash-verified

5406 ///
5407 /// - java.util.NavigableMap#ceilingEntry(java.lang.Object)
5408 public Map.Entry<K, V> ceilingEntry(K key) {
5409 return newImmutableEntry(findCeilingEntry(key));
5410 }
5411
5412 /// {@inheritDoc}
5413 ///

Callers 1

ceilingKeyMethod · 0.95

Calls 2

newImmutableEntryMethod · 0.95
findCeilingEntryMethod · 0.95

Tested by

no test coverage detected