Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ toString
Method
toString
classpath/java/lang/Character.java:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
public
String toString() {
42
return
toString(value);
43
}
44
45
public
static
String toString(char v) {
46
return
new
String(
new
char[] { v });
Callers
1
valueOf
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected