Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b883a84

Browse filesBrowse files
author
Douglas Crockford
committed
backout
1 parent b676742 commit b883a84
Copy full SHA for b883a84

File tree

Expand file treeCollapse file tree

1 file changed

+0
-9
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-9
lines changed
Open diff view settings
Collapse file

‎JSONArray.java‎

Copy file name to clipboardExpand all lines: JSONArray.java
-9Lines changed: 0 additions & 9 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.