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