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:4085–4088 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
4083
}
4084
4085
@Override
4086
public
K higherKey(K key) {
4087
return
forward().lowerKey(key);
4088
}
4089
4090
@Override
4091
public
Entry<K, V> firstEntry() {
Callers
5
higherKey
Method · 0.45
higherKey
Method · 0.45
higher
Method · 0.45
lowerKey
Method · 0.45
descendingEntryIterator
Method · 0.45
Calls
2
forward
Method · 0.95
lowerKey
Method · 0.45
Tested by
no test coverage detected