Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/jankotek/mapdb
/ floor
Method
floor
src/main/java/org/mapdb/BTreeMapJava.java:426–427 ·
view source on GitHub ↗
(E e)
Source
from the content-addressed store, hash-verified
424
@Override
425
public
E lower(E e) {
return
m.lowerKey(e); }
426
@Override
427
public
E floor(E e) {
return
m.floorKey(e); }
428
@Override
429
public
E ceiling(E e) {
return
m.ceilingKey(e); }
430
@Override
Callers
nothing calls this directly
Calls
1
floorKey
Method · 0.45
Tested by
no test coverage detected