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

Method delegate

output/java_guava/1.4.13/AbstractBiMap.java:293–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

291 final Set<Entry<K, V>> esDelegate = delegate.entrySet();
292
293 @Override
294 protected Set<Entry<K, V>> delegate() {
295 return esDelegate;
296 }
297
298 @Override
299 public void clear() {

Callers 1

containsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected