Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ keySet
Method
keySet
corpus/java/training/guava/collect/Maps.java:907–910 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
905
}
906
907
@Override
908
public
Set<K> keySet() {
909
return
removeOnlySortedSet(backingSet());
910
}
911
912
@Override
913
public
SortedMap<K, V> subMap(K fromKey, K toKey) {
Callers
nothing calls this directly
Calls
2
backingSet
Method · 0.95
removeOnlySortedSet
Method · 0.45
Tested by
no test coverage detected