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

Method putFloat

output/java_guava/1.4.17/AbstractHasher.java:41–44  ·  view source on GitHub ↗
(float f)

Source from the content-addressed store, hash-verified

39 }
40
41 @Override
42 public final Hasher putFloat(float f) {
43 return putInt(Float.floatToRawIntBits(f));
44 }
45
46 @Override
47 public Hasher putUnencodedChars(CharSequence charSequence) {

Callers

nothing calls this directly

Calls 1

putIntMethod · 0.65

Tested by

no test coverage detected