xlang v5.1 Release
程序设计语言基础库文档
|
Public 成员函数 |
静态 Public 属性 |
额外继承的成员函数 |
JsonArray类,继承自JsonNode,用于表示JSON数组类型的节点 提供了一系列用于操作JSON数组的方法
在文件 JsonArray.x 第 5 行定义.
JsonArray | ( | ) |
JsonArray | ( | String | ) | throws IllegalArgumentException |
void finalize | ( | ) |
重载 JsonNode .
JsonNode get | ( | int | ) | throws IllegalArgumentException |
JsonArray getArray | ( | int | ) | throws IllegalArgumentException |
bool getBool | ( | int | ) | throws IllegalArgumentException |
double getDouble | ( | int | ) | throws IllegalArgumentException |
int getInt | ( | int | ) | throws IllegalArgumentException |
long getLong | ( | int | ) | throws IllegalArgumentException |
JsonObject getObject | ( | int | ) | throws IllegalArgumentException |
String getString | ( | int | ) | throws IllegalArgumentException |
final int getType | ( | ) |
重载 JsonNode .
bool isArray | ( | ) |
重载 JsonNode .
bool isNull | ( | int | ) | throws IllegalArgumentException |
int length | ( | ) |
Object | ( | int | ) |
Object | ( | int | , |
Object | |||
) | throws IllegalArgumentException |
void put | ( | int | , |
Object | |||
) | throws IllegalArgumentException |
void put | ( | Object | ) |
bool remove | ( | int | ) | throws IllegalArgumentException |
|
static |
在文件 JsonArray.x 第 12 行定义.
|
static |
在文件 JsonArray.x 第 8 行定义.
|
static |
在文件 JsonArray.x 第 9 行定义.
|
static |
在文件 JsonArray.x 第 10 行定义.
|
static |
在文件 JsonArray.x 第 13 行定义.
|
static |
在文件 JsonArray.x 第 11 行定义.