Class NodeComparer
- java.lang.Object
-
- org.hippoecm.frontend.editor.compare.TypedComparer<Node>
-
- org.hippoecm.frontend.editor.compare.NodeComparer
-
- All Implemented Interfaces:
Serializable
,IComparer<Node>
public class NodeComparer extends TypedComparer<Node>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeComparer(ITypeDescriptor type, ITemplateEngine templateEngine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
areEqual(Node baseNode, Node targetNode)
int
getHashCode(Node node)
-
Methods inherited from class org.hippoecm.frontend.editor.compare.TypedComparer
getType
-
-
-
-
Constructor Detail
-
NodeComparer
public NodeComparer(ITypeDescriptor type, ITemplateEngine templateEngine)
-
-