private class JsonInMemoryParser.ObjectIterator
extends java.lang.Object
implements java.util.Iterator<javax.json.stream.JsonParser.Event>
Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
end |
private javax.json.JsonValue |
jsonValue |
private java.util.Iterator<java.util.Map.Entry<java.lang.String,javax.json.JsonValue>> |
oentries |
Constructor and Description |
---|
ObjectIterator(javax.json.JsonObject jo) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
javax.json.stream.JsonParser.Event |
next() |
void |
remove() |
private final java.util.Iterator<java.util.Map.Entry<java.lang.String,javax.json.JsonValue>> oentries
private javax.json.JsonValue jsonValue
private java.lang.Boolean end
public boolean hasNext()
hasNext
in interface java.util.Iterator<javax.json.stream.JsonParser.Event>
public javax.json.stream.JsonParser.Event next()
next
in interface java.util.Iterator<javax.json.stream.JsonParser.Event>
public void remove()
remove
in interface java.util.Iterator<javax.json.stream.JsonParser.Event>
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.