Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ floorKey
Method
floorKey
corpus/java/training/guava/collect/Maps.java:3995–3998 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
3993
}
3994
3995
@Override
3996
public
K floorKey(K key) {
3997
return
forward().ceilingKey(key);
3998
}
3999
4000
@Override
4001
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