Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ higherKey
Method
higherKey
output/java_guava/1.4.18/Maps.java:3311–3314 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
3309
}
3310
3311
@Override
3312
public
K higherKey(K key) {
3313
return
delegate.higherKey(key);
3314
}
3315
3316
@Override
3317
public
Entry<K, V> firstEntry() {
Callers
nothing calls this directly
Calls
1
higherKey
Method · 0.45
Tested by
no test coverage detected