Package org.glassfish.json
Class JsonStructureParser.ArrayScope
java.lang.Object
org.glassfish.json.JsonStructureParser.Scope
org.glassfish.json.JsonStructureParser.ArrayScope
- All Implemented Interfaces:
Iterator
- Enclosing class:
JsonStructureParser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.glassfish.json.JsonStructureParser.Scope
createScope
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
it
-
value
-
-
Constructor Details
-
ArrayScope
ArrayScope(JsonArray array)
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove() -
getJsonValue
JsonValue getJsonValue()- Specified by:
getJsonValue
in classJsonStructureParser.Scope
-