- java.lang.Object
-
- org.apache.johnzon.core.JsonInMemoryParser.ArrayIterator
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
private java.util.Iterator<javax.json.JsonValue> |
aentries |
private java.lang.Boolean |
end |
-
Constructor Summary
Constructors
Constructor and Description |
ArrayIterator(javax.json.JsonArray ja) |
-
Method Summary
-
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
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface java.util.Iterator<javax.json.stream.JsonParser.Event>
-
remove
public void remove()
- Specified by:
remove
in interface java.util.Iterator<javax.json.stream.JsonParser.Event>
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.