MCPcopy Create free account
hub / github.com/LianjiaTech/json-diff / withOtheComparator

Method withOtheComparator

src/main/java/com/ke/diff/Diff.java:204–207  ·  view source on GitHub ↗

自定义其他类型比较器 @param otherComparator 其他类型比较器 @return 对象本身

(OtherComparator otherComparator)

Source from the content-addressed store, hash-verified

202 * @return 对象本身
203 */
204 public Diff withOtheComparator(OtherComparator otherComparator) {
205 this.otherComparator = otherComparator;
206 return this;
207 }
208}

Callers 2

diff5Method · 0.80
diff6Method · 0.80

Calls

no outgoing calls

Tested by 2

diff5Method · 0.64
diff6Method · 0.64