public class PiwikJsonArray extends Object
| Constructor and Description |
|---|
PiwikJsonArray() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(javax.json.JsonValue value)
Add a value to the end of this array.
|
javax.json.JsonValue |
get(int index)
Get the value stored at the specified index.
|
void |
set(int index,
javax.json.JsonValue value)
Set the value at the specified index to the specified value.
|
String |
toString()
Returns a JSON encoded array string representing this object.
|
public javax.json.JsonValue get(int index)
index - the index of the value to returnpublic void add(javax.json.JsonValue value)
value - value to add to the end of the arraypublic void set(int index,
javax.json.JsonValue value)
index - the index of the value to setvalue - the value to set at the specified indexCopyright © 2016. All rights reserved.