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

Method setLong

classpath/java/lang/reflect/Field.java:328–332  ·  view source on GitHub ↗
(Object instance, long value)

Source from the content-addressed store, hash-verified

326 }
327
328 public void setLong(Object instance, long value)
329 throws IllegalAccessException
330 {
331 set(instance, value);
332 }
333
334 public void setFloat(Object instance, float value)
335 throws IllegalAccessException

Callers 1

fieldMethod · 0.80

Calls 1

setMethod · 0.95

Tested by

no test coverage detected