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