A B C D E F G H I J K L M N O P Q R S T U V W
N
- names() -
类 com.qq.connect.utils.json.JSONObject 中的方法
- Produce a JSONArray containing the names of the elements of this
JSONObject.
- next() -
类 com.qq.connect.utils.json.JSONTokener 中的方法
- Get the next character in the source string.
- next(char) -
类 com.qq.connect.utils.json.JSONTokener 中的方法
- Consume the next character, and check that it matches a specified
character.
- next(int) -
类 com.qq.connect.utils.json.JSONTokener 中的方法
- Get the next n characters.
- nextClean() -
类 com.qq.connect.utils.json.JSONTokener 中的方法
- Get the next char in the string, skipping whitespace.
- nextString(char) -
类 com.qq.connect.utils.json.JSONTokener 中的方法
- Return the characters up to the next close quote character.
- nextTo(char) -
类 com.qq.connect.utils.json.JSONTokener 中的方法
- Get the text up but not including the specified character or the
end of line, whichever comes first.
- nextTo(String) -
类 com.qq.connect.utils.json.JSONTokener 中的方法
- Get the text up but not including one of the specified delimiter
characters or the end of line, whichever comes first.
- nextToken() -
类 com.qq.connect.utils.json.HTTPTokener 中的方法
- Get the next token or string.
- nextValue() -
类 com.qq.connect.utils.json.JSONTokener 中的方法
- Get the next value.
- NULL -
类 com.qq.connect.utils.json.JSONObject 中的静态变量
- It is sometimes more convenient and less ambiguous to have a
NULL
object than to use Java's null
value.
- numberToString(Number) -
类 com.qq.connect.utils.json.JSONObject 中的静态方法
- Produce a string from a Number.
A B C D E F G H I J K L M N O P Q R S T U V W