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

Method valueOf

classpath/java/lang/Short.java:25–27  ·  view source on GitHub ↗
(short value)

Source from the content-addressed store, hash-verified

23 }
24
25 public static Short valueOf(short value) {
26 return new Short(value);
27 }
28
29 public int compareTo(Short o) {
30 return value - o.value;

Callers 3

parseAnnotationValueMethod · 0.95
getMethod · 0.95
getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected