T - 这个Diff中包含的对象类型.public abstract class Diff<T> extends Pair<T,T>
| Modifier | Constructor and Description |
|---|---|
protected |
Diff(String fieldName)
为给定的字段名构造一个新的
Diff |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
Type |
getType() |
T |
setValue(T value) |
String |
toString() |
compareTo, equals, getKey, getLeft, getRight, getValue, hashCode, of, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValueprotected Diff(String fieldName)
DifffieldName - 字段的名称Copyright © 2019. All rights reserved.