MCPcopy Index your code
hub / github.com/assertj/assertj / hashCode

Method hashCode

src/main/java/org/assertj/core/data/Index.java:57–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 @Override
58 public int hashCode() {
59 int result = 1;
60 result = HASH_CODE_PRIME * result + value;
61 return result;
62 }
63
64 @Override
65 public String toString() {

Callers 1

hashCodeForMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected