Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ valueOf
Method
valueOf
classpath/java/lang/String.java:577–579 ·
view source on GitHub ↗
(Object s)
Source
from the content-addressed store, hash-verified
575
public
native String intern();
576
577
public
static
String valueOf(Object s) {
578
return
s == null ?
"null"
: s.toString();
579
}
580
581
public
static
String valueOf(boolean v) {
582
return
Boolean.toString(v);
Callers
15
main
Method · 0.95
main
Method · 0.95
testDerived
Method · 0.95
main
Method · 0.95
main
Method · 0.95
append
Method · 0.95
insert
Method · 0.95
toString
Method · 0.95
print
Method · 0.95
println
Method · 0.95
print
Method · 0.95
println
Method · 0.95
Calls
9
toString
Method · 0.95
toString
Method · 0.95
toString
Method · 0.95
toString
Method · 0.95
toString
Method · 0.95
toString
Method · 0.95
toString
Method · 0.95
toString
Method · 0.95
toString
Method · 0.65
Tested by
5
main
Method · 0.76
main
Method · 0.76
testDerived
Method · 0.76
main
Method · 0.76
main
Method · 0.76