MCPcopy Create free account
hub / github.com/davidgiven/luje / hashCode

Method hashCode

lib/java/lang/Double.java:199–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197 }
198
199 @Override
200 public int hashCode() {
201 long v = doubleToLongBits(value);
202 return (int) (v ^ (v >>> 32));
203 }
204
205 @Override
206 public int intValue() {

Callers

nothing calls this directly

Calls 1

doubleToLongBitsMethod · 0.95

Tested by

no test coverage detected