- java.lang.Object
-
- org.eclipse.yasson.internal.jsonstructure.JsonArrayIterator
-
-
Constructor Summary
Constructors Constructor Description JsonArrayIterator(jakarta.json.JsonArray jsonArray)Creates new array iterator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()AfterJsonParser.EventEND_ARRAY is returned from next() iterator is removed from the stack.jakarta.json.stream.JsonParser.Eventnext()-
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, remove
-
-