public class JsonDeleteOperation extends AbstractDeleteOperation<elemental.json.JsonValue[]>
TYPElength, startIndex, valuesid, type| 构造器和说明 |
|---|
JsonDeleteOperation(String id,
int startIndex,
int length) |
JsonDeleteOperation(String id,
int startIndex,
elemental.json.JsonValue[] values) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected JsonDeleteOperation |
create(int startIndex,
int length) |
protected JsonDeleteOperation |
create(int startIndex,
elemental.json.JsonValue[] values) |
protected JsonHelper |
getHelper() |
JsonInsertOperation |
invert() |
static JsonDeleteOperation |
parse(elemental.json.JsonArray serialized) |
apply, transformIndexReference, transformWithparseStartIndex, toStringasArray, equals, hashCode, isSameId, parseId, toString, transformWithpublic JsonDeleteOperation(String id, int startIndex, int length)
public JsonDeleteOperation(String id, int startIndex, elemental.json.JsonValue[] values)
public static JsonDeleteOperation parse(elemental.json.JsonArray serialized)
public JsonInsertOperation invert()
invert 在接口中 Operation<ListTarget<elemental.json.JsonValue[]>>invert 在类中 AbstractOperation<ListTarget<elemental.json.JsonValue[]>>protected JsonDeleteOperation create(int startIndex, int length)
create 在类中 AbstractDeleteOperation<elemental.json.JsonValue[]>protected JsonDeleteOperation create(int startIndex, elemental.json.JsonValue[] values)
create 在类中 AbstractDeleteOperation<elemental.json.JsonValue[]>protected JsonHelper getHelper()
getHelper 在类中 AbstractListOperation<elemental.json.JsonValue[]>Copyright © 2013. All Rights Reserved.