public final class BoundedStringBuilder extends Object
Constructor and Description |
---|
BoundedStringBuilder(int size) |
Modifier and Type | Method and Description |
---|---|
BoundedStringBuilder |
append(char c) |
BoundedStringBuilder |
append(char[] str) |
BoundedStringBuilder |
append(String str) |
int |
length() |
void |
setLength(int length) |
String |
toString() |
public BoundedStringBuilder append(String str)
public BoundedStringBuilder append(char c)
public BoundedStringBuilder append(char[] str)
public void setLength(int length)
public int length()
Copyright © GigaSpaces.