Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ toString
Method
toString
classpath/java/lang/Long.java:49–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
public
String toString() {
50
return
String.valueOf(value);
51
}
52
53
public
static
String toString(long v,
int
radix) {
54
if
(radix < 1 || radix > 36) {
Callers
10
toString
Method · 0.95
valueOf
Method · 0.95
toString
Method · 0.95
toString
Method · 0.95
toHexString
Method · 0.95
toOctalString
Method · 0.95
toBinaryString
Method · 0.95
toHexString
Method · 0.95
toOctalString
Method · 0.95
toBinaryString
Method · 0.95
Calls
1
valueOf
Method · 0.95
Tested by
no test coverage detected