MCPcopy Create free account
hub / github.com/apache/cloudstack / hash

Method hash

utils/src/main/java/com/cloud/utils/NumbersUtil.java:172–174  ·  view source on GitHub ↗
(long value)

Source from the content-addressed store, hash-verified

170
171
172 public static int hash(long value) {
173 return (int)(value ^ (value >>> 32));
174 }
175}

Callers 15

hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected