MCPcopy Create free account
hub / github.com/davidgiven/luje / equals

Method equals

lib/java/lang/annotation/Annotation.java:78–78  ·  view source on GitHub ↗

Determines whether or not this annotation is equivalent to the annotation passed. This is determined according to the following rules: Two annotations x and y are equal if and only if they are members of the same annotation type and all the member

(Object obj)

Source from the content-addressed store, hash-verified

76 * {@code false} otherwise.
77 */
78 boolean equals(Object obj);
79
80 /**
81 * Returns the hash code of this annotation. The hash code is determined

Callers 3

equalsMethod · 0.65
replaceMethod · 0.65
equalsMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected