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

Method doEquivalent

output/java_guava/1.4.13/Equivalence.java:90–90  ·  view source on GitHub ↗

Returns true if a and b are considered equivalent. Called by #equivalent. a and b are not the same object and are not nulls. @since 10.0 (previously, subclasses would override equivalent())

(T a, T b)

Source from the content-addressed store, hash-verified

88
89
90 protected abstract boolean doEquivalent(T a, T b);
91
92 /**
93 * Returns a hash code for {@code t}.

Callers 1

equivalentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected