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