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