Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getId
Method · 0.95
getName
Method · 0.95
getAddress
Method · 0.95
hashCode
Method · 0.65
Tested by
no test coverage detected