- append
StringBuilder append(char s)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
StringBuilder append(bool s)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
StringBuilder append(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
StringBuilder append(float f)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
StringBuilder append(const(char)[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
StringBuilder append(const(char)[] s, int start, int end)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
StringBuilder append(byte[] str, int offset, int len)
Warning: It's different from the previous one.
- append
StringBuilder append(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
- charAt
char charAt(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteCharAt
StringBuilder deleteCharAt(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
StringBuilder insert(int index, char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
StringBuilder insert(int index, long data)
Undocumented in source. Be warned that the author may not have intended to support it.
- lastIndexOf
int lastIndexOf(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- length
int length()
Undocumented in source. Be warned that the author may not have intended to support it.
- replace
StringBuilder replace(int start, int end, string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
- setCharAt
StringBuilder setCharAt(int index, char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- setLength
void setLength(int newLength)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.