Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ higherEntry
Method
higherEntry
output/java_guava/1.4.19/Maps.java:4080–4083 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
4078
}
4079
4080
@Override
4081
public
Entry<K, V> higherEntry(K key) {
4082
return
forward().lowerEntry(key);
4083
}
4084
4085
@Override
4086
public
K higherKey(K key) {
Callers
3
higherEntry
Method · 0.45
higherEntry
Method · 0.45
lowerEntry
Method · 0.45
Calls
2
forward
Method · 0.95
lowerEntry
Method · 0.45
Tested by
no test coverage detected