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

Method getFloat

classpath/java/lang/reflect/Field.java:156–158  ·  view source on GitHub ↗
(Object instance)

Source from the content-addressed store, hash-verified

154 }
155
156 public float getFloat(Object instance) throws IllegalAccessException {
157 return ((Float) get(instance)).floatValue();
158 }
159
160 public long getLong(Object instance) throws IllegalAccessException {
161 return ((Long) get(instance)).longValue();

Callers 1

fieldMethod · 0.45

Calls 2

getMethod · 0.95
floatValueMethod · 0.45

Tested by

no test coverage detected