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

Method hashCode

lib/java/lang/Float.java:202–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200 }
201
202 @Override
203 public int hashCode() {
204 return floatToIntBits(value);
205 }
206
207 /**
208 * Converts the specified IEEE 754 floating-point single precision bit

Callers

nothing calls this directly

Calls 1

floatToIntBitsMethod · 0.95

Tested by

no test coverage detected