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:4081–4084 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
4079
}
4080
4081
@Override
4082
public
K higherKey(K key) {
4083
return
forward().lowerKey(key);
4084
}
4085
4086
@Override
4087
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