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