MCPcopy
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

createKeySetMethod · 0.95
sizeMethod · 0.95
containsKeyMethod · 0.95
getOrDefaultMethod · 0.95
removeMethod · 0.95
clearMethod · 0.95
forEachMethod · 0.95
iteratorMethod · 0.45
backingSetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected