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

Method createKeySet

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

Source from the content-addressed store, hash-verified

814 }
815
816 @Override
817 public Set<K> createKeySet() {
818 return removeOnlySet(backingSet());
819 }
820
821 @Override
822 Collection<V> createValues() {

Callers

nothing calls this directly

Calls 2

backingSetMethod · 0.95
removeOnlySetMethod · 0.45

Tested by

no test coverage detected