Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ floorEntry
Method
floorEntry
output/java_guava/1.4.19/Maps.java:4060–4063 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
4058
}
4059
4060
@Override
4061
public
Entry<K, V> floorEntry(K key) {
4062
return
forward().ceilingEntry(key);
4063
}
4064
4065
@Override
4066
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