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:863–865 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
861
final
Function<? super K, V> function;
862
863
Set<K> backingSet() {
864
return
set;
865
}
866
867
AsMapView(Set<K> set, Function<? super K, V> function) {
868
this.set = checkNotNull(set);
Callers
9
createKeySet
Method · 0.95
size
Method · 0.95
containsKey
Method · 0.95
getOrDefault
Method · 0.95
remove
Method · 0.95
clear
Method · 0.95
forEach
Method · 0.95
iterator
Method · 0.45
backingSet
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected