Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ floorEntry
Method
floorEntry
Ports/CLDC11/src/java/util/TreeMap.java:5435–5437 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
5433
///
5434
/// - java.util.NavigableMap#floorEntry(Object)
5435
public
Map.Entry<K, V> floorEntry(K key) {
5436
return
newImmutableEntry(findFloorEntry(key));
5437
}
5438
5439
/// {@inheritDoc}
5440
///
Callers
1
floorKey
Method · 0.95
Calls
2
newImmutableEntry
Method · 0.95
findFloorEntry
Method · 0.95
Tested by
no test coverage detected