Class ProgramLocationComparator

java.lang.Object
ghidra.program.util.ProgramLocationComparator
All Implemented Interfaces:
Comparator<ProgramLocation>

public class ProgramLocationComparator extends Object implements Comparator<ProgramLocation>
A comparator for the common fields of ProgramLocation

This comparator only compares the program, address, and class of the program location. To compare at greater granularity, invoke the ProgramLocation.compareTo(ProgramLocation) method, or use the natural ordering. Each particular type of location uses this comparator, and then compares the more detailed fields, if necessary. If this comparator indicates equality, then the two locations are definitely of the same class.