public final class GsonJsonArray extends Object implements JsonArrayBase<GsonJsonValue>
| Constructor and Description |
|---|
GsonJsonArray(com.google.gson.JsonArray jsonArray) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
GsonJsonValue |
get(int index) |
int |
hashCode() |
Iterator<GsonJsonValue> |
iterator() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic GsonJsonValue get(int index)
get in interface JsonArrayBase<GsonJsonValue>public Iterator<GsonJsonValue> iterator()
iterator in interface JsonArrayBase<GsonJsonValue>iterator in interface Iterable<GsonJsonValue>Copyright © 2019. All rights reserved.