Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ floorEntry
Method
floorEntry
corpus/java/training/guava/collect/Maps.java:3990–3993 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
3988
}
3989
3990
@Override
3991
public
Entry<K, V> floorEntry(K key) {
3992
return
forward().ceilingEntry(key);
3993
}
3994
3995
@Override
3996
public
K floorKey(K key) {
Callers
12
floorEntry
Method · 0.45
floorEntry
Method · 0.45
ceilingEntry
Method · 0.45
rangeContaining
Method · 0.45
encloses
Method · 0.45
rangeEnclosing
Method · 0.45
add
Method · 0.45
remove
Method · 0.45
get
Method · 0.45
getEntry
Method · 0.45
span
Method · 0.45
get
Method · 0.45
Calls
2
forward
Method · 0.95
ceilingEntry
Method · 0.45
Tested by
no test coverage detected