Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ toString
Method
toString
lib/java/lang/Character.java:3593–3596 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3591
// }
3592
3593
@Override
3594
public
String toString() {
3595
return
String.valueOf(value);
3596
}
3597
3598
/**
3599
* Converts the specified character to its string representation.
Callers
nothing calls this directly
Calls
1
valueOf
Method · 0.95
Tested by
no test coverage detected