MCPcopy Create free account
hub / github.com/oracle/coherence / hashCode

Method hashCode

prj/test/functional/io/src/main/java/data/Customer.java:77–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 }
76
77 @Override
78 public int hashCode()
79 {
80 return getId() + getName().hashCode() + getAddress().hashCode();
81 }
82
83 @Override
84 public String toString()

Callers

nothing calls this directly

Calls 4

getIdMethod · 0.95
getNameMethod · 0.95
getAddressMethod · 0.95
hashCodeMethod · 0.65

Tested by

no test coverage detected