| Modifier and Type | Method and Description |
|---|---|
GsonJsonValue |
GsonJsonArray.get(int index) |
GsonJsonValue |
GsonJsonObject.get(String name) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<GsonJsonValue> |
GsonJsonArray.iterator() |
Iterator<Map.Entry<String,GsonJsonValue>> |
GsonJsonObject.iterator() |
Copyright © 2019. All rights reserved.