MCPcopy Index your code
hub / github.com/antlr/codebuff / createKeySet

Method createKeySet

output/java_guava/1.4.17/Maps.java:2817–2820  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2815 }
2816
2817 @Override
2818 Set<K> createKeySet() {
2819 return Sets.filter(unfiltered.keySet(), keyPredicate);
2820 }
2821
2822 // The cast is called only when the key is in the unfiltered map, implying
2823 // that key is a K.

Callers

nothing calls this directly

Calls 2

filterMethod · 0.95
keySetMethod · 0.65

Tested by

no test coverage detected