|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.kernel.text.StringBuilders
public class StringBuilders
| Constructor Summary | |
|---|---|
protected |
StringBuilders()
Avoid instantiation |
| Method Summary | |
|---|---|
static StringBuilder |
asStringBuilder(CharSequence object)
Cast an object to a StringBuilder |
static StringBuilder |
newStringBuilder()
Create a new StringBuilder instance |
static StringBuilder |
newStringBuilder(CharSequence seq)
Constructs a string buffer that contains the same characters as the specified CharSequence. |
static StringBuilder |
newStringBuilder(int capacity)
Constructs a string builder with no characters in it and an initial capacity specified by the capacity argument. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected StringBuilders()
| Method Detail |
|---|
public static final StringBuilder newStringBuilder()
public static final StringBuilder newStringBuilder(CharSequence seq)
CharSequence.
seq - the sequence to copypublic static final StringBuilder newStringBuilder(int capacity)
capacity - the initial capacity.
NegativeArraySizeException - if the capacity argument is less than 0public static final StringBuilder asStringBuilder(CharSequence object)
StringBuilder
object - the StringBuilder instance
StringBuilder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||