Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ lowerKey
Method
lowerKey
output/java_guava/1.4.19/Maps.java:4055–4058 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
4053
}
4054
4055
@Override
4056
public
K lowerKey(K key) {
4057
return
forward().higherKey(key);
4058
}
4059
4060
@Override
4061
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