MCPcopy
hub / github.com/google/guava / createKeySet

Method createKeySet

guava/src/com/google/common/collect/Maps.java:872–875  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

870 }
871
872 @Override
873 public Set<K> createKeySet() {
874 return removeOnlySet(backingSet());
875 }
876
877 @Override
878 Collection<V> createValues() {

Callers

nothing calls this directly

Calls 2

backingSetMethod · 0.95
removeOnlySetMethod · 0.45

Tested by

no test coverage detected