Class BoundedStringBuilder
java.lang.Object
com.gigaspaces.internal.utils.BoundedStringBuilder
A bounded string builder that does not safe checks and does not expand its capacity.
- Author:
- kimchy
-
Constructor Details
-
BoundedStringBuilder
public BoundedStringBuilder(int size)
-
-
Method Details
-
append
-
append
-
append
-
setLength
public void setLength(int length) -
length
public int length() -
toString
-