Class CharBuilder
java.lang.Object
com.here.platform.data.client.json.CharBuilder
CharBuilder is a specialized way to build Strings.
It wraps a (growable) array of characters, and can accept additional String or Char data to be added to its buffer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappend(char c) voidfinal intreset()voidresizeIfNecessary(int goal)
-
Constructor Details
-
CharBuilder
public CharBuilder()
-
-
Method Details
-
INITIALSIZE
public final int INITIALSIZE() -
append
public void append(char c) -
extend
-
makeString
-
reset
-
resizeIfNecessary
public void resizeIfNecessary(int goal)
-