Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ higherKey
Method
higherKey
corpus/java/training/guava/collect/Maps.java:4015–4018 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
4013
}
4014
4015
@Override
4016
public
K higherKey(K key) {
4017
return
forward().lowerKey(key);
4018
}
4019
4020
@Override
4021
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