Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ backingSet
Method
backingSet
guava/src/com/google/common/collect/Maps.java:966–969 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
964
}
965
966
@Override
967
SortedSet<K> backingSet() {
968
return
(SortedSet<K>) super.backingSet();
969
}
970
971
@Override
972
public
@Nullable Comparator<? super K> comparator() {
Callers
7
comparator
Method · 0.95
keySet
Method · 0.95
subMap
Method · 0.95
headMap
Method · 0.95
tailMap
Method · 0.95
firstKey
Method · 0.95
lastKey
Method · 0.95
Calls
1
backingSet
Method · 0.45
Tested by
no test coverage detected