A B C D E F G H I J K L M N O P Q R S T U V W X

J

JAMO_CHOSEONG - Static variable in class kr.ac.kaist.swrc.jhannanum.share.Code
CHOSEONG(beginning consonant)
JAMO_JONGSEONG - Static variable in class kr.ac.kaist.swrc.jhannanum.share.Code
JONGSEONG(final consonant)
JAMO_JUNGSEONG - Static variable in class kr.ac.kaist.swrc.jhannanum.share.Code
JUNGSEONG(vowel)
join(String) - Method in class org.json.JSONArray
Make a string from the contents of this JSONArray.
JONGSEONG_LIST - Static variable in class kr.ac.kaist.swrc.jhannanum.share.Code
the list of JONGSEONG - final consonant
JONGSEONG_LIST_REV - Static variable in class kr.ac.kaist.swrc.jhannanum.share.Code
the list of JONGSEONG for reverse
json - Variable in class kr.ac.kaist.swrc.jhannanum.share.JSONReader
json object
JSONArray - Class in org.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class org.json.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class org.json.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class org.json.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection) - Constructor for class org.json.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Object) - Constructor for class org.json.JSONArray
Construct a JSONArray from an array
JSONException - Exception in org.json
The JSONException is thrown by the JSON.org classes when things are amiss.
JSONException(String) - Constructor for exception org.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception org.json.JSONException
 
JSONObject - Class in org.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class org.json.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class org.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class org.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map) - Constructor for class org.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - Constructor for class org.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, String[]) - Constructor for class org.json.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class org.json.JSONObject
Construct a JSONObject from a source JSON text string.
JSONObject.Null - Class in org.json
JSONObject.NULL is equivalent to the value that JavaScript calls null, whilst Java's null is equivalent to the value that JavaScript calls undefined.
JSONObject.Null() - Constructor for class org.json.JSONObject.Null
 
JSONReader - Class in kr.ac.kaist.swrc.jhannanum.share
JSONReader is for reading data from the configuration files for each plug-in.
JSONReader(String) - Constructor for class kr.ac.kaist.swrc.jhannanum.share.JSONReader
Constructor.
JSONString - Interface in org.json
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONStringer - Class in org.json
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - Constructor for class org.json.JSONStringer
Make a fresh JSONStringer.
JSONTokener - Class in org.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(Reader) - Constructor for class org.json.JSONTokener
Construct a JSONTokener from a reader.
JSONTokener(String) - Constructor for class org.json.JSONTokener
Construct a JSONTokener from a string.
JSONWriter - Class in org.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class org.json.JSONWriter
Make a fresh JSONWriter.

A B C D E F G H I J K L M N O P Q R S T U V W X