Modifier and Type | Method and Description |
---|---|
JsonArray |
add(byte[] value) |
JsonArray |
add(JsonArray array) |
JsonArray |
add(JsonObject obj) |
JsonArray |
add(String str) |
byte[] |
getBinary(int pos) |
List |
getList() |
String |
getString(int index) |
Iterator<Object> |
iterator() |
int |
size() |
Stream<Object> |
stream() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public JsonArray()
public JsonArray(List list)
public int size()
public String getString(int index)
public byte[] getBinary(int pos)
public JsonArray add(JsonObject obj)
public JsonArray add(byte[] value)
public List getList()
Copyright © 2017. All rights reserved.