We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b676742 commit b883a84Copy full SHA for b883a84
1 file changed
JSONArray.java
@@ -347,15 +347,6 @@ public boolean isNull(int index) {
347
return JSONObject.NULL.equals(this.opt(index));
348
}
349
350
- /**
351
- * Returns an iterator.
352
- *
353
- * @return An iterator.
354
- */
355
- public Iterator iterator() {
356
- return this.myArrayList.iterator();
357
- }
358
-
359
/**
360
* Make a string from the contents of this JSONArray. The
361
* <code>separator</code> string is inserted between each element. Warning:
0 commit comments