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

Method values

output/java_guava/1.4.17/HashBiMap.java:598–601  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

596 }
597
598 @Override
599 public Set<K> values() {
600 return forward().keySet();
601 }
602
603 @Override
604 public Set<Entry<V, K>> entrySet() {

Callers

nothing calls this directly

Calls 2

forwardMethod · 0.95
keySetMethod · 0.65

Tested by

no test coverage detected