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 ThreeState
deepEqual(OT oldNode, NT newNode)
boolean
hashcodesEqual(OT oldNode, NT newNode)
boolean
typesEqual(OT oldNode, NT newNode)
-