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

Method hashCode

src/main/java/org/assertj/core/data/Offset.java:116–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 }
115
116 @Override
117 public int hashCode() {
118 int result = 1;
119 result = HASH_CODE_PRIME * result + hashCodeFor(value);
120 return result;
121 }
122
123 @Override
124 public String toString() {

Callers

nothing calls this directly

Calls 1

hashCodeForMethod · 0.80

Tested by

no test coverage detected