Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ lowerEntry
Method
lowerEntry
Ports/CLDC11/src/java/util/TreeMap.java:5381–5383 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
5379
///
5380
/// - java.util.NavigableMap#lowerEntry(Object)
5381
public
Map.Entry<K, V> lowerEntry(K key) {
5382
return
newImmutableEntry(findLowerEntry(key));
5383
}
5384
5385
/// {@inheritDoc}
5386
///
Callers
1
lowerKey
Method · 0.95
Calls
2
newImmutableEntry
Method · 0.95
findLowerEntry
Method · 0.95
Tested by
no test coverage detected