Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ backingSet
Method
backingSet
output/java_guava/1.4.17/Maps.java:834–836 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
832
final
Function<? super K, V> function;
833
834
Set<K> backingSet() {
835
return
set;
836
}
837
838
AsMapView(Set<K> set, Function<? super K, V> function) {
839
this.set = checkNotNull(set);
Callers
8
createKeySet
Method · 0.95
size
Method · 0.95
containsKey
Method · 0.95
get
Method · 0.95
remove
Method · 0.95
clear
Method · 0.95
iterator
Method · 0.45
backingSet
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected