Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ StringBuilder
Method
StringBuilder
classpath/java/lang/StringBuilder.java:21–23 ·
view source on GitHub ↗
(String s)
Source
from the content-addressed store, hash-verified
19
private
int
position;
20
21
public
StringBuilder(String s) {
22
append(s);
23
}
24
25
public
StringBuilder(
int
capacity) { }
26
Callers
nothing calls this directly
Calls
1
append
Method · 0.95
Tested by
no test coverage detected