Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ lowerKey
Method
lowerKey
corpus/java/training/guava/collect/Maps.java:3985–3988 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
3983
}
3984
3985
@Override
3986
public
K lowerKey(K key) {
3987
return
forward().higherKey(key);
3988
}
3989
3990
@Override
3991
public
Entry<K, V> floorEntry(K key) {
Callers
4
lowerKey
Method · 0.45
lowerKey
Method · 0.45
lower
Method · 0.45
higherKey
Method · 0.45
Calls
2
forward
Method · 0.95
higherKey
Method · 0.45
Tested by
no test coverage detected