Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ lowerEntry
Method
lowerEntry
corpus/java/training/guava/collect/Maps.java:3980–3983 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
3978
}
3979
3980
@Override
3981
public
Entry<K, V> lowerEntry(K key) {
3982
return
forward().higherEntry(key);
3983
}
3984
3985
@Override
3986
public
K lowerKey(K key) {
Callers
10
lowerEntry
Method · 0.45
lowerEntry
Method · 0.45
higherEntry
Method · 0.45
intersects
Method · 0.45
add
Method · 0.45
remove
Method · 0.45
get
Method · 0.45
entryIterator
Method · 0.45
remove
Method · 0.45
span
Method · 0.45
Calls
2
forward
Method · 0.95
higherEntry
Method · 0.45
Tested by
no test coverage detected