MCPcopy Create free account
hub / github.com/antlr/codebuff / putDouble

Method putDouble

output/java_guava/1.4.17/AbstractHasher.java:36–39  ·  view source on GitHub ↗
(double d)

Source from the content-addressed store, hash-verified

34 }
35
36 @Override
37 public final Hasher putDouble(double d) {
38 return putLong(Double.doubleToRawLongBits(d));
39 }
40
41 @Override
42 public final Hasher putFloat(float f) {

Callers

nothing calls this directly

Calls 1

putLongMethod · 0.65

Tested by

no test coverage detected