Skip to content

Commit b883a84

Browse files
author
Douglas Crockford
committed
backout
1 parent b676742 commit b883a84

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

JSONArray.java

-9
Original file line numberDiff line numberDiff line change
@@ -347,15 +347,6 @@ public boolean isNull(int index) {
347347
return JSONObject.NULL.equals(this.opt(index));
348348
}
349349

350-
/**
351-
* Returns an iterator.
352-
*
353-
* @return An iterator.
354-
*/
355-
public Iterator iterator() {
356-
return this.myArrayList.iterator();
357-
}
358-
359350
/**
360351
* Make a string from the contents of this JSONArray. The
361352
* <code>separator</code> string is inserted between each element. Warning:

0 commit comments

Comments
 (0)