自定义其他类型比较器 @param otherComparator 其他类型比较器 @return 对象本身
(OtherComparator otherComparator)
| 202 | * @return 对象本身 |
| 203 | */ |
| 204 | public Diff withOtheComparator(OtherComparator otherComparator) { |
| 205 | this.otherComparator = otherComparator; |
| 206 | return this; |
| 207 | } |
| 208 | } |