Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ ceilingKey
Method
ceilingKey
output/java_guava/1.4.16/Maps.java:4071–4074 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
4069
}
4070
4071
@Override
4072
public
K ceilingKey(K key) {
4073
return
forward().floorKey(key);
4074
}
4075
4076
@Override
4077
public
Entry<K, V> higherEntry(K key) {
Callers
5
ceilingKey
Method · 0.45
ceilingKey
Method · 0.45
ceiling
Method · 0.45
floorKey
Method · 0.45
span
Method · 0.45
Calls
2
forward
Method · 0.95
floorKey
Method · 0.45
Tested by
no test coverage detected