Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ backingSet
Method
backingSet
output/java_guava/1.4.17/Maps.java:926–929 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
924
}
925
926
@Override
927
SortedSet<K> backingSet() {
928
return
(SortedSet<K>) super.backingSet();
929
}
930
931
@Override
932
public
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