Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ ceilingEntry
Method
ceilingEntry
output/java_guava/1.4.19/Maps.java:4070–4073 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
4068
}
4069
4070
@Override
4071
public
Entry<K, V> ceilingEntry(K key) {
4072
return
forward().floorEntry(key);
4073
}
4074
4075
@Override
4076
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