public class JSONArrayIterator extends java.lang.Object implements java.util.Iterator<JSONObject>
Constructor and Description |
---|
JSONArrayIterator(JSONArray arr) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
JSONObject |
next() |
void |
remove() |
public JSONArrayIterator(JSONArray arr)
public boolean hasNext()
hasNext
in interface java.util.Iterator<JSONObject>
public JSONObject next()
next
in interface java.util.Iterator<JSONObject>
public void remove()
remove
in interface java.util.Iterator<JSONObject>
Copyright © 2010 - 2020 Adobe. All Rights Reserved