Constructor and Description |
---|
JsonArray() |
JsonArray(List<Object> list) |
Modifier and Type | Method and Description |
---|---|
JsonArray |
add(Object o) |
JsonArray |
copy() |
boolean |
equals(Object obj) |
byte[] |
getBinary(int pos) |
List |
getList() |
String |
getString(int index) |
Object |
getValue(int pos) |
Iterator<Object> |
iterator() |
int |
size() |
Stream<Object> |
stream() |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
Copyright © 2021 Eclipse. All rights reserved.