|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractStrBuilder | |
|---|---|
| net.ranides.assira.text | |
| Uses of AbstractStrBuilder in net.ranides.assira.text |
|---|
| Classes in net.ranides.assira.text with type parameters of type AbstractStrBuilder | |
|---|---|
class |
AbstractStrBuilder<Self extends AbstractStrBuilder<Self>>
|
| Subclasses of AbstractStrBuilder in net.ranides.assira.text | |
|---|---|
class |
StrBuilder
|
| Methods in net.ranides.assira.text with parameters of type AbstractStrBuilder | |
|---|---|
Self |
AbstractStrBuilder.append(AbstractStrBuilder str)
Appends another string builder to this string builder. |
Self |
AbstractStrBuilder.append(AbstractStrBuilder str,
int startIndex,
int length)
Appends part of a string builder to this string builder. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||