MCPcopy Create free account
hub / github.com/ReadyTalk/avian / setDouble

Method setDouble

classpath/java/lang/reflect/Field.java:340–344  ·  view source on GitHub ↗
(Object instance, double value)

Source from the content-addressed store, hash-verified

338 }
339
340 public void setDouble(Object instance, double value)
341 throws IllegalAccessException
342 {
343 set(instance, Double.doubleToLongBits(value));
344 }
345
346 private Annotation getAnnotation(Object[] a) {
347 if (a[0] == null) {

Callers 1

fieldMethod · 0.80

Calls 2

setMethod · 0.95
doubleToLongBitsMethod · 0.95

Tested by

no test coverage detected