org.apache.wink.json4j.compat
Interface JSONArray
- All Known Implementing Classes:
- ApacheJSONArrayDelegate
public interface JSONArray
get
java.lang.Object get(int index)
throws JSONException
- Throws:
JSONException
getBoolean
boolean getBoolean(int index)
throws JSONException
- Throws:
JSONException
getDouble
double getDouble(int index)
throws JSONException
- Throws:
JSONException
getInt
int getInt(int index)
throws JSONException
- Throws:
JSONException
getLong
long getLong(int index)
throws JSONException
- Throws:
JSONException
getShort
short getShort(int index)
throws JSONException
- Throws:
JSONException
getString
java.lang.String getString(int index)
throws JSONException
- Throws:
JSONException
getJSONArray
JSONArray getJSONArray(int index)
throws JSONException
- Throws:
JSONException
getJSONObject
JSONObject getJSONObject(int index)
throws JSONException
- Throws:
JSONException
join
java.lang.String join(java.lang.String separator)
put
JSONArray put(boolean value)
put
JSONArray put(java.util.Collection value)
throws JSONException
- Throws:
JSONException
put
JSONArray put(double value)
put
JSONArray put(int value)
put
JSONArray put(int index,
boolean value)
throws JSONException
- Throws:
JSONException
put
JSONArray put(int index,
java.util.Collection value)
throws JSONException
- Throws:
JSONException
put
JSONArray put(int index,
double value)
throws JSONException
- Throws:
JSONException
put
JSONArray put(int index,
int value)
throws JSONException
- Throws:
JSONException
put
JSONArray put(int index,
long value)
throws JSONException
- Throws:
JSONException
put
JSONArray put(int index,
short value)
throws JSONException
- Throws:
JSONException
put
JSONArray put(int index,
java.util.Map value)
throws JSONException
- Throws:
JSONException
put
JSONArray put(int index,
java.lang.Object value)
throws JSONException
- Throws:
JSONException
put
JSONArray put(long value)
put
JSONArray put(short value)
put
JSONArray put(java.util.Map value)
throws JSONException
- Throws:
JSONException
put
JSONArray put(java.lang.Object value)
throws JSONException
- Throws:
JSONException
remove
java.lang.Object remove(int index)
isNull
boolean isNull(int index)
length
int length()
toString
java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
toString
java.lang.String toString(int indent)
write
java.io.Writer write(java.io.Writer w)
throws JSONException
- Throws:
JSONException
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.