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

Method getShort

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

Source from the content-addressed store, hash-verified

142 }
143
144 public short getShort(Object instance) throws IllegalAccessException {
145 return ((Short) get(instance)).shortValue();
146 }
147
148 public char getChar(Object instance) throws IllegalAccessException {
149 return ((Character) get(instance)).charValue();

Callers 1

fieldMethod · 0.45

Calls 2

getMethod · 0.95
shortValueMethod · 0.45

Tested by

no test coverage detected