From b883a848a6af94db57e1b8223ab9b6d96707a9e7 Mon Sep 17 00:00:00 2001 From: Douglas Crockford Date: Tue, 19 Feb 2013 18:26:31 -0800 Subject: [PATCH] backout --- JSONArray.java | 9 --------- 1 file changed, 9 deletions(-) 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: