private static class JsonStructureParser.ArrayScope extends JsonStructureParser.Scope
| Modifier and Type | Field and Description |
|---|---|
private java.util.Iterator<JsonValue> |
it |
private JsonValue |
value |
| Constructor and Description |
|---|
ArrayScope(JsonArray array) |
| Modifier and Type | Method and Description |
|---|---|
(package private) JsonValue |
getJsonValue() |
boolean |
hasNext() |
JsonValue |
next() |
void |
remove() |
createScopeArrayScope(JsonArray array)
public boolean hasNext()
public JsonValue next()
public void remove()
JsonValue getJsonValue()
getJsonValue in class JsonStructureParser.Scope