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

Method parseLong

classpath/java/lang/Long.java:141–143  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

139 }
140
141 public static long parseLong(String s) {
142 return parseLong(s, 10);
143 }
144
145 public static long parseLong(String s, int radix) {
146 int i = 0;

Callers 4

mainMethod · 0.95
readLongTokenMethod · 0.95
parseIntMethod · 0.95
LongMethod · 0.95

Calls 5

powMethod · 0.95
digitMethod · 0.95
startsWithMethod · 0.80
lengthMethod · 0.65
charAtMethod · 0.65

Tested by 1

mainMethod · 0.76