- java.lang.Object
-
- org.eclipse.parsson.JsonStructureParser.Scope
-
- org.eclipse.parsson.JsonStructureParser.ArrayScope
-
- All Implemented Interfaces:
java.util.Iterator
- Enclosing class:
- JsonStructureParser
private static class JsonStructureParser.ArrayScope extends JsonStructureParser.Scope
-
-
Constructor Summary
Constructors Constructor Description ArrayScope(jakarta.json.JsonArray array)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) jakarta.json.JsonValue
getJsonValue()
boolean
hasNext()
jakarta.json.JsonValue
next()
void
remove()
-
Methods inherited from class org.eclipse.parsson.JsonStructureParser.Scope
createScope
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
-
next
public jakarta.json.JsonValue next()
-
remove
public void remove()
-
getJsonValue
jakarta.json.JsonValue getJsonValue()
- Specified by:
getJsonValue
in classJsonStructureParser.Scope
-
-