Package ghidra.util.datastruct
Interface LongComparator NEW
-
public interface LongComparatorInterface that defines a method for comparing two long values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Change Modifier and Type Method Description intcompare(long a, long b)Compares the long values a and b.
-