public class JSONArrayIterator
extends java.lang.Object
implements java.lang.Iterable<org.json.JSONObject>, java.util.Iterator<org.json.JSONObject>
| Constructor and Description |
|---|
JSONArrayIterator(org.json.JSONArray array) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.util.Iterator<org.json.JSONObject> |
iterator() |
org.json.JSONObject |
next() |
void |
remove() |
public boolean hasNext()
hasNext in interface java.util.Iterator<org.json.JSONObject>public org.json.JSONObject next()
next in interface java.util.Iterator<org.json.JSONObject>public java.util.Iterator<org.json.JSONObject> iterator()
iterator in interface java.lang.Iterable<org.json.JSONObject>public void remove()
remove in interface java.util.Iterator<org.json.JSONObject>