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

Method values

output/java_guava/1.4.17/ForwardingMap.java:123–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121 }
122
123 @Override
124 public Collection<V> values() {
125 return delegate().values();
126 }
127
128 @Override
129 public Set<Entry<K, V>> entrySet() {

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
valuesMethod · 0.65

Tested by

no test coverage detected