private class JsonArrayImpl.JsonArrayIterator
extends java.lang.Object
implements java.util.Iterator<javax.json.JsonValue>
Modifier and Type | Field and Description |
---|---|
private int |
cursor |
Modifier | Constructor and Description |
---|---|
private |
JsonArrayIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
javax.json.JsonValue |
next() |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.