Class CompareTree

java.lang.Object
org.pgcodekeeper.core.model.difftree.CompareTree
All Implemented Interfaces:
Comparator<TreeElement>

public class CompareTree extends Object implements Comparator<TreeElement>
Comparator for TreeElement objects that provides custom sorting logic based on element types and diff sides during schema comparison operations. Prioritizes deletions (LEFT), then creations (RIGHT), then modifications (BOTH).