1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00
This commit is contained in:
Douglas Crockford 2013-02-19 18:26:31 -08:00
parent b676742539
commit b883a848a6

View file

@ -347,15 +347,6 @@ public class JSONArray {
return JSONObject.NULL.equals(this.opt(index)); return JSONObject.NULL.equals(this.opt(index));
} }
/**
* Returns an iterator.
*
* @return An iterator.
*/
public Iterator iterator() {
return this.myArrayList.iterator();
}
/** /**
* Make a string from the contents of this JSONArray. The * Make a string from the contents of this JSONArray. The
* <code>separator</code> string is inserted between each element. Warning: * <code>separator</code> string is inserted between each element. Warning: