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

Method valueOf

classpath/java/lang/Long.java:29–31  ·  view source on GitHub ↗
(String value)

Source from the content-addressed store, hash-verified

27 }
28
29 public static Long valueOf(String value) {
30 return new Long(value);
31 }
32
33 public static Long valueOf(long value) {
34 return new Long(value);

Callers 4

mainMethod · 0.95
parseAnnotationValueMethod · 0.95
getMethod · 0.95
getMethod · 0.95

Calls

no outgoing calls

Tested by 1

mainMethod · 0.76