Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ floorKey
Method
floorKey
output/java_guava/1.4.19/Maps.java:4065–4068 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
4063
}
4064
4065
@Override
4066
public
K floorKey(K key) {
4067
return
forward().ceilingKey(key);
4068
}
4069
4070
@Override
4071
public
Entry<K, V> ceilingEntry(K key) {
Callers
5
floorKey
Method · 0.45
floorKey
Method · 0.45
floor
Method · 0.45
ceilingKey
Method · 0.45
entryIterator
Method · 0.45
Calls
2
forward
Method · 0.95
ceilingKey
Method · 0.45
Tested by
no test coverage detected