Uses of Class
org.compass.core.json.impl.DefaultJSONArray

Packages that use DefaultJSONArray
org.compass.core.json.impl   
 

Uses of DefaultJSONArray in org.compass.core.json.impl
 

Methods in org.compass.core.json.impl that return DefaultJSONArray
 DefaultJSONArray DefaultJSONArray.getJSONArray(int index)
          Get the JSONArray associated with an index.
 DefaultJSONArray DefaultJSONObject.getJSONArray(String key)
          Get the JSONArray value associated with a key.
 DefaultJSONArray DefaultJSONObject.names()
          Produce a JSONArray containing the names of the elements of this JSONObject.
 DefaultJSONArray DefaultJSONArray.optJSONArray(int index)
          Get the optional JSONArray associated with an index.
 DefaultJSONArray DefaultJSONObject.optJSONArray(String key)
          Get an optional JSONArray associated with a key.
 DefaultJSONArray DefaultJSONArray.put(boolean value)
          Append a boolean value.
 DefaultJSONArray DefaultJSONArray.put(Collection value)
          Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
 DefaultJSONArray DefaultJSONArray.put(double value)
          Append a double value.
 DefaultJSONArray DefaultJSONArray.put(int value)
          Append an int value.
 DefaultJSONArray DefaultJSONArray.put(int index, boolean value)
          Put or replace a boolean value in the JSONArray.
 DefaultJSONArray DefaultJSONArray.put(int index, Collection value)
          Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
 DefaultJSONArray DefaultJSONArray.put(int index, double value)
          Put or replace a double value.
 DefaultJSONArray DefaultJSONArray.put(int index, int value)
          Put or replace an int value.
 DefaultJSONArray DefaultJSONArray.put(int index, long value)
          Put or replace a long value.
 DefaultJSONArray DefaultJSONArray.put(int index, Map value)
          Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
 DefaultJSONArray DefaultJSONArray.put(int index, Object value)
          Put or replace an object value in the JSONArray.
 DefaultJSONArray DefaultJSONArray.put(long value)
          Append an long value.
 DefaultJSONArray DefaultJSONArray.put(Map value)
          Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
 DefaultJSONArray DefaultJSONArray.put(Object value)
          Append an object value.
 DefaultJSONArray DefaultJSONObject.toJSONArray(DefaultJSONArray names)
          Produce a JSONArray containing the values of the members of this JSONObject.
 

Methods in org.compass.core.json.impl with parameters of type DefaultJSONArray
 DefaultJSONArray DefaultJSONObject.toJSONArray(DefaultJSONArray names)
          Produce a JSONArray containing the values of the members of this JSONObject.
 DefaultJSONObject DefaultJSONArray.toJSONObject(DefaultJSONArray names)
          Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
 



Copyright (c) 2004-2008 The Compass Project.