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

Method shortValue

classpath/java/lang/Byte.java:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 public short shortValue() {
62 return value;
63 }
64
65 public int intValue() {
66 return value;

Callers 1

getShortMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected