|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WikiStringBuilder | |
|---|---|
| info.bliki.wiki.cache | |
| Uses of WikiStringBuilder in info.bliki.wiki.cache |
|---|
| Methods in info.bliki.wiki.cache that return WikiStringBuilder | |
|---|---|
WikiStringBuilder |
WikiStringBuilder.append(boolean b)
Appends the String representation of the boolean value
passed. |
WikiStringBuilder |
WikiStringBuilder.append(char c)
Appends the String representation of the char value
passed. |
WikiStringBuilder |
WikiStringBuilder.append(char[] ch)
Appends the String representation of the char[] value
passed. |
WikiStringBuilder |
WikiStringBuilder.append(char[] str,
int offset,
int len)
Appends the String representation of the subset of the char[] value passed. |
WikiStringBuilder |
WikiStringBuilder.append(java.lang.CharSequence csq)
Appends the String representation of the CharSequence
value passed. |
WikiStringBuilder |
WikiStringB |