Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.95
readLongToken
Method · 0.95
parseInt
Method · 0.95
Long
Method · 0.95
Calls
5
pow
Method · 0.95
digit
Method · 0.95
startsWith
Method · 0.80
length
Method · 0.65
charAt
Method · 0.65
Tested by
1
main
Method · 0.76