MCPcopy Create free account
hub / github.com/apache/commons-lang / hash

Method hash

src/main/java/org/apache/commons/lang3/Range.java:112–114  ·  view source on GitHub ↗
(final Object value1, final Object value2)

Source from the content-addressed store, hash-verified

110 }
111
112 private static int hash(final Object value1, final Object value2) {
113 return Objects.hash(value1, value2);
114 }
115
116 /**
117 * Creates a range using the specified element as both the minimum

Callers 12

RangeMethod · 0.95
readObjectMethod · 0.95
testHashCodeMethod · 0.45
hashCodeMethod · 0.45
hashCodeMethod · 0.45
hashCodeMethod · 0.45
hashCodeMethod · 0.45
hashCodeMethod · 0.45

Calls

no outgoing calls

Tested by 9

testHashCodeMethod · 0.36
hashCodeMethod · 0.36
hashCodeMethod · 0.36
hashCodeMethod · 0.36
hashCodeMethod · 0.36