public class StringMapOperation extends AbstractMapOperation<String>
key, newValue, oldValue, TYPEid, type| 构造器和说明 |
|---|
StringMapOperation(String id,
String key,
String oldValue,
String newValue) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected StringMapOperation |
create(String id,
String key,
String oldValue,
String newValue) |
StringMapOperation |
invert() |
static StringMapOperation |
parse(elemental.json.JsonArray serialized) |
protected void |
toString(StringBuilder sb) |
apply, equals, transformWithasArray, equals, hashCode, isSameId, parseId, toString, transformWithpublic static StringMapOperation parse(elemental.json.JsonArray serialized)
public StringMapOperation invert()
protected StringMapOperation create(String id, String key, String oldValue, String newValue)
create 在类中 AbstractMapOperation<String>protected void toString(StringBuilder sb)
toString 在类中 AbstractMapOperation<String>Copyright © 2013. All Rights Reserved.