Package com.intellij.util.diff
Interface ShallowNodeComparator<OT,NT>
-
public interface ShallowNodeComparator<OT,NT>- Author:
- max
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThreeStatedeepEqual(OT oldNode, NT newNode)booleanhashcodesEqual(OT oldNode, NT newNode)booleantypesEqual(OT oldNode, NT newNode)
-