MCPcopy 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

testHashCodeMethod · 0.45
testKeySetMethod · 0.45
testKeySetByValueMethod · 0.45
testEntrySetMethod · 0.45
testEntrySetByValueMethod · 0.45

Calls 2

getKeyMethod · 0.95
getValueMethod · 0.95

Tested by

no test coverage detected