MCPcopy Create free account
hub / github.com/CvvT/AppTroy / hashCode

Method hashCode

app/src/main/java/org/cc/dexlib2/iface/Annotation.java:83–83  ·  view source on GitHub ↗

Returns a hashcode for this Annotation. This hashCode is defined to be the following: int hashCode = getVisibility(); hashCode = hashCode 31 + getType().hashCode(); hashCode = hashCode 31 + getElements().hashCode(); @return The hash code value for this Annotation

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65

Implementers 1

BaseAnnotationapp/src/main/java/org/cc/dexlib2/base/

Calls

no outgoing calls

Tested by

no test coverage detected