A B C D G H I J K L M N O P Q R S T W

A

AbstractGoogleService - Class in org.chenillekit.google.services.impl
 
AbstractGoogleService(Logger, String, int, String, String) - Constructor for class org.chenillekit.google.services.impl.AbstractGoogleService
standard constructor.
accumulate(String, Object) - Method in class org.chenillekit.google.utils.JSONObject
Accumulate values under a key.
AddressDetails - Class in org.chenillekit.google.utils.geocode
 
AddressDetails(JSONObject) - Constructor for class org.chenillekit.google.utils.geocode.AddressDetails
 
append(String, Object) - Method in class org.chenillekit.google.utils.JSONObject
Append values to the array under a key.

B

back() - Method in class org.chenillekit.google.utils.JSONTokener
Back up one character.
buildGoogleGeoCoder(Logger, String, int, String, String) - Static method in class org.chenillekit.google.ChenilleKitGoogleModule
 

C

ChenilleKitGoogleConstants - Class in org.chenillekit.google
 
ChenilleKitGoogleConstants() - Constructor for class org.chenillekit.google.ChenilleKitGoogleConstants
 
ChenilleKitGoogleModule - Class in org.chenillekit.google
 
ChenilleKitGoogleModule() - Constructor for class org.chenillekit.google.ChenilleKitGoogleModule
 
contributeFactoryDefaults(MappedConfiguration<String, String>) - Static method in class org.chenillekit.google.ChenilleKitGoogleModule
Contributes factory defaults that may be overridden.

D

dehexchar(char) - Static method in class org.chenillekit.google.utils.JSONTokener
Get the hex value of a character (base16).
doubleToString(double) - Static method in class org.chenillekit.google.utils.JSONObject
Produce a string from a double.

G

G_GEO_BAD_KEY - Static variable in class org.chenillekit.google.utils.geocode.GeoCodeResult
 
G_GEO_BAD_REQUEST - Static variable in class org.chenillekit.google.utils.geocode.GeoCodeResult
 
G_GEO_MISSING_ADDRESS - Static variable in class org.chenillekit.google.utils.geocode.GeoCodeResult
 
G_GEO_MISSING_QUERY - Static variable in class org.chenillekit.google.utils.geocode.GeoCodeResult
 
G_GEO_SERVER_ERROR - Static variable in class org.chenillekit.google.utils.geocode.GeoCodeResult
 
G_GEO_SUCCESS - Static variable in class org.chenillekit.google.utils.geocode.GeoCodeResult
 
G_GEO_TOO_MANY_QUERIES - Static variable in class org.chenillekit.google.utils.geocode.GeoCodeResult
 
G_GEO_UNAVAILABLE_ADDRESS - Static variable in class org.chenillekit.google.utils.geocode.GeoCodeResult
 
G_GEO_UNKNOWN_ADDRESS - Static variable in class org.chenillekit.google.utils.geocode.GeoCodeResult
 
G_GEO_UNKNOWN_DIRECTIONS - Static variable in class org.chenillekit.google.utils.geocode.GeoCodeResult
 
GeoCodeLocation - Class in org.chenillekit.google.utils
simple class to hold a location for geocoding.
GeoCodeLocation() - Constructor for class org.chenillekit.google.utils.GeoCodeLocation
 
GeoCodeLocation(String, String, String, String, String) - Constructor for class org.chenillekit.google.utils.GeoCodeLocation
 
GeoCodeLocation(Locale, String, String, String, String, String) - Constructor for class org.chenillekit.google.utils.GeoCodeLocation
 
GeoCodeResult - Class in org.chenillekit.google.utils.geocode
hold the result codes from gmap.
GeoCodeResult(JSONObject) - Constructor for class org.chenillekit.google.utils.geocode.GeoCodeResult
 
get(int) - Method in class org.chenillekit.google.utils.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.chenillekit.google.utils.JSONObject
Get the value object associated with a key.
getAccuracy() - Method in class org.chenillekit.google.utils.geocode.AddressDetails
 
getAddress() - Method in class org.chenillekit.google.utils.geocode.Placemark
 
getAddressDetails() - Method in class org.chenillekit.google.utils.geocode.Placemark
 
getAdministrativeAreaName() - Method in class org.chenillekit.google.utils.geocode.AddressDetails
 
getBoolean(int) - Method in class org.chenillekit.google.utils.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.chenillekit.google.utils.JSONObject
Get the boolean value associated with a key.
getCause() - Method in exception org.chenillekit.google.utils.JSONException
 
getCity() - Method in class org.chenillekit.google.utils.GeoCodeLocation
 
getCode() - Method in class org.chenillekit.google.utils.geocode.Status
 
getCountry() - Method in class org.chenillekit.google.utils.GeoCodeLocation
 
getCountryNameCode() - Method in class org.chenillekit.google.utils.geocode.AddressDetails
 
getDependentLocalityName() - Method in class org.chenillekit.google.utils.geocode.AddressDetails
 
getDouble(int) - Method in class org.chenillekit.google.utils.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.chenillekit.google.utils.JSONObject
Get the double value associated with a key.
getEncodedString(String) - Method in class org.chenillekit.google.services.impl.AbstractGoogleService
encode string if not null.
getGeoCode(GeoCodeLocation) - Method in interface org.chenillekit.google.services.GoogleGeoCoder
get the geo code from google map service for address.
getGeoCode(String, String, String, String, String) - Method in interface org.chenillekit.google.services.GoogleGeoCoder
get the geo code from google map service for address.
getGeoCode(Locale, String, String, String, String, String) - Method in interface org.chenillekit.google.services.GoogleGeoCoder
get the geo code from google map service for address.
getGeoCode(GeoCodeLocation) - Method in class org.chenillekit.google.services.impl.GoogleGeoCoderImpl
get the geo code from google map service for address.
getGeoCode(String, String, String, String, String) - Method in class org.chenillekit.google.services.impl.GoogleGeoCoderImpl
get the geo code from google map service for address.
getGeoCode(Locale, String, String, String, String, String) - Method in class org.chenillekit.google.services.impl.GoogleGeoCoderImpl
get the geo code from google map service for address.
getId() - Method in class org.chenillekit.google.utils.geocode.Placemark
 
getInt(int) - Method in class org.chenillekit.google.utils.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.chenillekit.google.utils.JSONObject
Get the int value associated with a key.
getJSONArray(int) - Method in class org.chenillekit.google.utils.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.chenillekit.google.utils.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class org.chenillekit.google.utils.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.chenillekit.google.utils.JSONObject
Get the JSONObject value associated with a key.
getKey() - Method in interface org.chenillekit.google.services.GoogleService
the google access key.
getKey() - Method in class org.chenillekit.google.services.impl.AbstractGoogleService
the google access key.
getLatitude() - Method in class org.chenillekit.google.utils.geocode.LatLng
 
getLatLng() - Method in class org.chenillekit.google.utils.geocode.Placemark
 
getLocale() - Method in class org.chenillekit.google.utils.GeoCodeLocation
 
getLocalityName() - Method in class org.chenillekit.google.utils.geocode.AddressDetails
 
getLong(int) - Method in class org.chenillekit.google.utils.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class org.chenillekit.google.utils.JSONObject
Get the long value associated with a key.
getLongitude() - Method in class org.chenillekit.google.utils.geocode.LatLng
 
getName() - Method in class org.chenillekit.google.utils.geocode.GeoCodeResult
 
getNames(JSONObject) - Static method in class org.chenillekit.google.utils.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class org.chenillekit.google.utils.JSONObject
Get an array of field names from an Object.
getPlacemarks() - Method in class org.chenillekit.google.utils.geocode.GeoCodeResult
 
getPostalCodeNumber() - Method in class org.chenillekit.google.utils.geocode.AddressDetails
 
getProxy() - Method in interface org.chenillekit.google.services.GoogleService
get the proxy.
getProxy() - Method in class org.chenillekit.google.services.impl.AbstractGoogleService
get the proxy.
getProxySelector() - Method in class org.chenillekit.google.services.impl.AbstractGoogleService
the the default proxy selector.
getReferer() - Method in interface org.chenillekit.google.services.GoogleService
the configured referer.
getReferer() - Method in class org.chenillekit.google.services.impl.AbstractGoogleService
the configured referer.
getRequest() - Method in class org.chenillekit.google.utils.geocode.Status
 
getState() - Method in class org.chenillekit.google.utils.GeoCodeLocation
 
getStatus() - Method in class org.chenillekit.google.utils.geocode.GeoCodeResult
 
getStreet() - Method in class org.chenillekit.google.utils.GeoCodeLocation
 
getString(int) - Method in class org.chenillekit.google.utils.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.chenillekit.google.utils.JSONObject
Get the string associated with a key.
getSubAdministrativeAreaName() - Method in class org.chenillekit.google.utils.geocode.AddressDetails
 
getThoroughfareName() - Method in class org.chenillekit.google.utils.geocode.AddressDetails
 
getTimeout() - Method in interface org.chenillekit.google.services.GoogleService
timeout for service request.
getTimeout() - Method in class org.chenillekit.google.services.impl.AbstractGoogleService
timeout for service request.
getValue(JSONObject, String...) - Method in class org.chenillekit.google.utils.geocode.AddressDetails
 
getZipCode() - Method in class org.chenillekit.google.utils.GeoCodeLocation
 
GOOGLE_KEY - Static variable in class org.chenillekit.google.ChenilleKitGoogleConstants
 
GOOGLE_PROXY - Static variable in class org.chenillekit.google.ChenilleKitGoogleConstants
 
GOOGLE_REFERER - Static variable in class org.chenillekit.google.ChenilleKitGoogleConstants
 
GOOGLE_TIMEOUT - Static variable in class org.chenillekit.google.ChenilleKitGoogleConstants
 
GoogleGeoCoder - Interface in org.chenillekit.google.services
This service let you ues some Google Maps services in your application.
GoogleGeoCoderImpl - Class in org.chenillekit.google.services.impl
This service let you ues some Google Maps services in your application.
GoogleGeoCoderImpl(Logger, String, int, String, String) - Constructor for class org.chenillekit.google.services.impl.GoogleGeoCoderImpl
standard constructor.
GoogleService - Interface in org.chenillekit.google.services
 

H

has(String) - Method in class org.chenillekit.google.utils.JSONObject
Determine if the JSONObject contains a specific key.

I

isNull(int) - Method in class org.chenillekit.google.utils.JSONArray
Determine if the value is null.
isNull(String) - Method in class org.chenillekit.google.utils.JSONObject
Determine if the value associated with the key is null or if there is no value.

J

join(String) - Method in class org.chenillekit.google.utils.JSONArray
Make a string from the contents of this JSONArray.
JSONArray - Class in org.chenillekit.google.utils
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class org.chenillekit.google.utils.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class org.chenillekit.google.utils.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class org.chenillekit.google.utils.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection) - Constructor for class org.chenillekit.google.utils.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Collection, boolean) - Constructor for class org.chenillekit.google.utils.JSONArray
Construct a JSONArray from a collection of beans.
JSONArray(Object) - Constructor for class org.chenillekit.google.utils.JSONArray
Construct a JSONArray from an array
JSONArray(Object, boolean) - Constructor for class org.chenillekit.google.utils.JSONArray
Construct a JSONArray from an array with a bean.
JSONException - Exception in org.chenillekit.google.utils
The JSONException is thrown by the JSON.org classes then things are amiss.
JSONException(String) - Constructor for exception org.chenillekit.google.utils.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception org.chenillekit.google.utils.JSONException
 
JSONObject - Class in org.chenillekit.google.utils
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class org.chenillekit.google.utils.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class org.chenillekit.google.utils.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class org.chenillekit.google.utils.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map) - Constructor for class org.chenillekit.google.utils.JSONObject
Construct a JSONObject from a Map.
JSONObject(Map, boolean) - Constructor for class org.chenillekit.google.utils.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - Constructor for class org.chenillekit.google.utils.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, boolean) - Constructor for class org.chenillekit.google.utils.JSONObject
Construct JSONObject from the given bean.
JSONObject(Object, String[]) - Constructor for class org.chenillekit.google.utils.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class org.chenillekit.google.utils.JSONObject
Construct a JSONObject from a source JSON text string.
JSONString - Interface in org.chenillekit.google.utils
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONTokener - Class in org.chenillekit.google.utils
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(Reader) - Constructor for class org.chenillekit.google.utils.JSONTokener
Construct a JSONTokener from a string.
JSONTokener(String) - Constructor for class org.chenillekit.google.utils.JSONTokener
Construct a JSONTokener from a string.

K

keys() - Method in class org.chenillekit.google.utils.JSONObject
Get an enumeration of the keys of the JSONObject.

L

LatLng - Class in org.chenillekit.google.utils.geocode
 
LatLng(double, double) - Constructor for class org.chenillekit.google.utils.geocode.LatLng
 
LatLng(JSONObject) - Constructor for class org.chenillekit.google.utils.geocode.LatLng
 
length() - Method in class org.chenillekit.google.utils.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class org.chenillekit.google.utils.JSONObject
Get the number of keys stored in the JSONObject.

M

more() - Method in class org.chenillekit.google.utils.JSONTokener
Determine if the source string still contains characters that next() can consume.

N

names() - Method in class org.chenillekit.google.utils.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
next() - Method in class org.chenillekit.google.utils.JSONTokener
Get the next character in the source string.
next(char) - Method in class org.chenillekit.google.utils.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class org.chenillekit.google.utils.JSONTokener
Get the next n characters.
nextClean() - Method in class org.chenillekit.google.utils.JSONTokener
Get the next char in the string, skipping whitespace and comments (slashslash, slashstar, and hash).
nextString(char) - Method in class org.chenillekit.google.utils.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class org.chenillekit.google.utils.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class org.chenillekit.google.utils.JSONTokener
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes first.
nextValue() - Method in class org.chenillekit.google.utils.JSONTokener
Get the next value.
NULL - Static variable in class org.chenillekit.google.utils.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
numberToString(Number) - Static method in class org.chenillekit.google.utils.JSONObject
Produce a string from a Number.

O

opt(int) - Method in class org.chenillekit.google.utils.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class org.chenillekit.google.utils.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class org.chenillekit.google.utils.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class org.chenillekit.google.utils.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class org.chenillekit.google.utils.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class org.chenillekit.google.utils.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class org.chenillekit.google.utils.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class org.chenillekit.google.utils.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class org.chenillekit.google.utils.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class org.chenillekit.google.utils.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - Method in class org.chenillekit.google.utils.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class org.chenillekit.google.utils.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class org.chenillekit.google.utils.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class org.chenillekit.google.utils.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int) - Method in class org.chenillekit.google.utils.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class org.chenillekit.google.utils.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class org.chenillekit.google.utils.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class org.chenillekit.google.utils.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class org.chenillekit.google.utils.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class org.chenillekit.google.utils.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class org.chenillekit.google.utils.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class org.chenillekit.google.utils.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class org.chenillekit.google.utils.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class org.chenillekit.google.utils.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class org.chenillekit.google.utils.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class org.chenillekit.google.utils.JSONObject
Get an optional string associated with a key.
org.chenillekit.google - package org.chenillekit.google
 
org.chenillekit.google.services - package org.chenillekit.google.services
 
org.chenillekit.google.services.impl - package org.chenillekit.google.services.impl
 
org.chenillekit.google.utils - package org.chenillekit.google.utils
 
org.chenillekit.google.utils.geocode - package org.chenillekit.google.utils.geocode
 

P

Placemark - Class in org.chenillekit.google.utils.geocode
 
Placemark(JSONObject) - Constructor for class org.chenillekit.google.utils.geocode.Placemark
 
put(boolean) - Method in class org.chenillekit.google.utils.JSONArray
Append a boolean value.
put(Collection) - Method in class org.chenillekit.google.utils.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(Double) - Method in class org.chenillekit.google.utils.JSONArray
Append a double value.
put(int) - Method in class org.chenillekit.google.utils.JSONArray
Append an int value.
put(long) - Method in class org.chenillekit.google.utils.JSONArray
Append an long value.
put(Map) - Method in class org.chenillekit.google.utils.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class org.chenillekit.google.utils.JSONArray
Append an object value.
put(int, boolean) - Method in class org.chenillekit.google.utils.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection) - Method in class org.chenillekit.google.utils.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class org.chenillekit.google.utils.JSONArray
Put or replace a double value.
put(int, int) - Method in class org.chenillekit.google.utils.JSONArray
Put or replace an int value.
put(int, long) - Method in class org.chenillekit.google.utils.JSONArray
Put or replace a long value.
put(int, Map) - Method in class org.chenillekit.google.utils.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(int, Object) - Method in class org.chenillekit.google.utils.JSONArray
Put or replace an object value in the JSONArray.
put(String, Collection) - Method in class org.chenillekit.google.utils.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, boolean) - Method in class org.chenillekit.google.utils.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, double) - Method in class org.chenillekit.google.utils.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class org.chenillekit.google.utils.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class org.chenillekit.google.utils.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map) - Method in class org.chenillekit.google.utils.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class org.chenillekit.google.utils.JSONObject
Put a key/value pair in the JSONObject.
putOpt(String, Object) - Method in class org.chenillekit.google.utils.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.

Q

quote(String) - Static method in class org.chenillekit.google.utils.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.

R

remove(String) - Method in class org.chenillekit.google.utils.JSONObject
Remove a name and its value, if present.

S

setCity(String) - Method in class org.chenillekit.google.utils.GeoCodeLocation
 
setCountry(String) - Method in class org.chenillekit.google.utils.GeoCodeLocation
 
setLatitude(double) - Method in class org.chenillekit.google.utils.geocode.LatLng
 
setLocale(Locale) - Method in class org.chenillekit.google.utils.GeoCodeLocation
 
setLongitude(double) - Method in class org.chenillekit.google.utils.geocode.LatLng
 
setState(String) - Method in class org.chenillekit.google.utils.GeoCodeLocation
 
setStreet(String) - Method in class org.chenillekit.google.utils.GeoCodeLocation
 
setZipCode(String) - Method in class org.chenillekit.google.utils.GeoCodeLocation
 
skipTo(char) - Method in class org.chenillekit.google.utils.JSONTokener
Skip characters until the next character is the requested character.
sortedKeys() - Method in class org.chenillekit.google.utils.JSONObject
Get an enumeration of the keys of the JSONObject.
Status - Class in org.chenillekit.google.utils.geocode
 
Status(JSONObject) - Constructor for class org.chenillekit.google.utils.geocode.Status
 
syntaxError(String) - Method in class org.chenillekit.google.utils.JSONTokener
Make a JSONException to signal a syntax error.

T

toJSONArray(JSONArray) - Method in class org.chenillekit.google.utils.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(JSONArray) - Method in class org.chenillekit.google.utils.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONString() - Method in interface org.chenillekit.google.utils.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
toString() - Method in class org.chenillekit.google.utils.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class org.chenillekit.google.utils.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString() - Method in class org.chenillekit.google.utils.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class org.chenillekit.google.utils.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class org.chenillekit.google.utils.JSONTokener
Make a printable string of this JSONTokener.

W

write(Writer) - Method in class org.chenillekit.google.utils.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class org.chenillekit.google.utils.JSONObject
Write the contents of the JSONObject as JSON text to a writer.

A B C D G H I J K L M N O P Q R S T W

Copyright © 2008-2010 ChenilleKit. All Rights Reserved.