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

Method areEqual

output/java_guava/1.4.18/Maps.java:548–551  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

546 }
547
548 @Override
549 public boolean areEqual() {
550 return onlyOnLeft.isEmpty() && onlyOnRight.isEmpty() && differences.isEmpty();
551 }
552
553 @Override
554 public Map<K, V> entriesOnlyOnLeft() {

Callers 1

toStringMethod · 0.95

Calls 1

isEmptyMethod · 0.65

Tested by

no test coverage detected