Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ map
Method
map
guava/src/com/google/common/collect/Maps.java:3992–3995 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3990
}
3991
3992
@Override
3993
NavigableMap<K, V> map() {
3994
return
(NavigableMap<K, V>) map;
3995
}
3996
3997
@Override
3998
public
@Nullable K lower(@ParametricNullness K e) {
Callers
10
lower
Method · 0.95
floor
Method · 0.95
ceiling
Method · 0.95
higher
Method · 0.95
pollFirst
Method · 0.95
pollLast
Method · 0.95
descendingSet
Method · 0.95
subSet
Method · 0.95
headSet
Method · 0.95
tailSet
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected