Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/poi
/ hashCode
Method
hashCode
src/testcases/org/apache/poi/util/LocalTestNode.java:120–123 ·
view source on GitHub ↗
@return hash code
()
Source
from the content-addressed store, hash-verified
118
* @
return
hash code
119
*/
120
public
int
hashCode()
121
{
122
return
getKey().hashCode() ^ getValue().hashCode();
123
}
124
}
Callers
6
getComparisonExamples2
Method · 0.45
testHashCode
Method · 0.45
testKeySet
Method · 0.45
testKeySetByValue
Method · 0.45
testEntrySet
Method · 0.45
testEntrySetByValue
Method · 0.45
Calls
2
getKey
Method · 0.95
getValue
Method · 0.95
Tested by
no test coverage detected