Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ toString
Method
toString
lib/java/lang/Long.java:467–470 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
465
}
466
467
@Override
468
public
String toString() {
469
return
Long.toString(value);
470
}
471
472
/**
473
* Converts the specified long value into its decimal string representation.
Callers
7
valueOf
Method · 0.95
append
Method · 0.95
insert
Method · 0.95
toHexString
Method · 0.95
append
Method · 0.95
insert
Method · 0.95
AssertionError
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected