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