Index 构造函数
定义
重载
Index(IndexKind indexKind) |
Constructor.
|
Index(JSONObject jsonObject, IndexKind indexKind) |
Constructor.
|
Index(String jsonString, IndexKind indexKind) |
Constructor.
|
Index(IndexKind indexKind)
Index(JSONObject jsonObject, IndexKind indexKind)
Constructor.
protected Index(JSONObject jsonObject, IndexKind indexKind)
参数
- jsonObject
- JSONObject
the json object that represents the index.
- indexKind
- IndexKind
the kind of the index
Index(String jsonString, IndexKind indexKind)
Constructor.
protected Index(String jsonString, IndexKind indexKind)
参数
- jsonString
- String
the json string that represents the index.
- indexKind
- IndexKind
the kind of the index