MCPcopy 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

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