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

Method values

output/java8/1.4.17/TypeRegistry.java:185–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183 }
184
185 public Collection<V> values() {
186 return Collections.unmodifiableCollection(backingStore.values());
187 }
188
189 public Set<Entry<Class<?>, V>> entrySet() {
190 return Collections.unmodifiableSet(backingStore.entrySet());

Callers 1

containsValueMethod · 0.95

Calls 1

valuesMethod · 0.65

Tested by

no test coverage detected