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

Method doEquivalent

output/java_guava/1.4.16/Equivalence.java:91–91  ·  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

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

Callers 1

equivalentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected