| Modifier and Type | Field and Description |
|---|---|
static String |
OBJECTS_SAME_STRING |
| Modifier and Type | Method and Description |
|---|---|
List<Different<?>> |
getDifferents()
返回
Diff的不可修改列表。如果对象之间没有差异,则列表可能为空 |
int |
getNumberOfDiffs() |
ToStringStyle |
getToStringStyle() |
Iterator<Different<?>> |
iterator() |
String |
toString() |
String |
toString(ToStringStyle style) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static final String OBJECTS_SAME_STRING
public List<Different<?>> getDifferents()
Diff的不可修改列表。如果对象之间没有差异,则列表可能为空Diff列表spublic int getNumberOfDiffs()
public ToStringStyle getToStringStyle()
public String toString(ToStringStyle style)
Copyright © 2020. All rights reserved.