Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ toString
Method
toString
classpath/java/lang/Boolean.java:50–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
public
String toString() {
51
return
toString(value);
52
}
53
54
public
static
String toString(boolean v) {
55
return
(v ?
"true"
:
"false"
);
Callers
2
valueOf
Method · 0.95
toString
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected