The JSONArray extends ArrayList and thus already implements Collection as it is
implemented in ArrayList.
I think the class declaration should omit Collection:
public class JSONArray extends ArrayList implements JSONAware, JSONStreamAware
Am I right?
Bye
Piero
Original issue reported on code.google.com by ottu...@gmail.com on 2 Sep 2011 at 10:11
Original issue reported on code.google.com by
ottu...@gmail.com
on 2 Sep 2011 at 10:11