Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/storm
/ hashCode
Method
hashCode
storm-client/src/jvm/org/apache/storm/streams/Pair.java:90–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
}
89
90
@Override
91
public
int
hashCode() {
92
int
result = value1 != null ? value1.hashCode() : 0;
93
result = 31 * result + (value2 != null ? value2.hashCode() : 0);
94
return
result;
95
}
96
97
@Override
98
public
String toString() {
Callers
1
testUserName
Method · 0.45
Calls
no outgoing calls
Tested by
1
testUserName
Method · 0.36