diff --git a/JSONArray.java b/JSONArray.java index fc639f1..7c71d8d 100644 --- a/JSONArray.java +++ b/JSONArray.java @@ -347,15 +347,6 @@ public class JSONArray { 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 * separator string is inserted between each element. Warning: