MCPcopy Create free account
hub / github.com/antlr/codebuff / backingSet

Method backingSet

corpus/java/training/guava/collect/Maps.java:807–809  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

805 final Function<? super K, V> function;
806
807 Set<K> backingSet() {
808 return set;
809 }
810
811 AsMapView(Set<K> set, Function<? super K, V> function) {
812 this.set = checkNotNull(set);

Callers 8

createKeySetMethod · 0.95
sizeMethod · 0.95
containsKeyMethod · 0.95
getMethod · 0.95
removeMethod · 0.95
clearMethod · 0.95
iteratorMethod · 0.45
backingSetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected