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

Method entrySet

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

Source from the content-addressed store, hash-verified

126 }
127
128 @Override
129 public Set<Entry<K, V>> entrySet() {
130 return delegate().entrySet();
131 }
132
133 @Override
134 public boolean equals(@Nullable Object object) {

Callers 4

standardRemoveMethod · 0.95
standardClearMethod · 0.95
standardIsEmptyMethod · 0.95
standardHashCodeMethod · 0.95

Calls 2

delegateMethod · 0.95
entrySetMethod · 0.65

Tested by

no test coverage detected