public class JSONStringBuilder extends Object
| Constructor and Description | 
|---|
| JSONStringBuilder() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | append(char c) | 
| void | appendArray(Object[] array) | 
| void | appendCollection(Collection collection) | 
| void | appendString(String value) | 
| void | appendTupleArray(String key,
                Object[] value) | 
| void | appendTupleList(String key,
               List value) | 
| void | appendTupleSeparator() | 
| void | appendTupleString(String key,
                 String value) | 
| void | appendValue(Object value) | 
| int | length() | 
| void | replaceLastChar(char c) | 
| void | reset() | 
| void | setLength(int newLength) | 
| String | toString() | 
public int length()
public void reset()
public void appendValue(Object value)
public void appendString(String value)
public void appendArray(Object[] array)
public void appendCollection(Collection collection)
public void appendTupleSeparator()
public void append(char c)
public void setLength(int newLength)
public void replaceLastChar(char c)
Copyright © GigaSpaces.