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