Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ ceilingKey
Method
ceilingKey
output/java_guava/1.4.19/Maps.java:3303–3306 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
3301
}
3302
3303
@Override
3304
public
K ceilingKey(K key) {
3305
return
delegate.ceilingKey(key);
3306
}
3307
3308
@Override
3309
public
Entry<K, V> higherEntry(K key) {
Callers
nothing calls this directly
Calls
1
ceilingKey
Method · 0.45
Tested by
no test coverage detected