org.json.simple
Class JSONArray
java.lang.Object
  
java.util.AbstractCollection<E>
      
java.util.AbstractList<E>
          
java.util.ArrayList<Object>
              
org.json.simple.JSONArray
- All Implemented Interfaces: 
 - Serializable, Cloneable, Iterable<Object>, Collection<Object>, List<Object>, RandomAccess
 
public class JSONArray
- extends ArrayList<Object>
 
- Author:
 
  - FangYidong
 
- See Also:
 - Serialized Form
 
 
 
 
 
| Methods inherited from class java.util.ArrayList | 
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize | 
 
 
 
 
 
JSONArray
public JSONArray()
JSONArray
public JSONArray(Collection<Object> arg0)
JSONArray
public JSONArray(int initialCapacity)
toString
public String toString()
- Overrides:
 toString in class AbstractCollection<Object>
 
 
toString
public void toString(StringBuilder sb)