Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
higherKey
Method · 0.95
Calls
2
newImmutableEntry
Method · 0.95
findHigherEntry
Method · 0.95
Tested by
no test coverage detected