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 JsonStructureParser.Scope
createScopeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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:
getJsonValuein classJsonStructureParser.Scope
-