Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ higherEntry
Method
higherEntry
output/java_guava/1.4.18/Maps.java:4076–4079 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
4074
}
4075
4076
@Override
4077
public
Entry<K, V> higherEntry(K key) {
4078
return
forward().lowerEntry(key);
4079
}
4080
4081
@Override
4082
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