mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
backout
This commit is contained in:
parent
b676742539
commit
b883a848a6
1 changed files with 0 additions and 9 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue