Compares two long values.
final byte Unsigned64.compare(long v1, long v2)
v1 The first value to be compared.
v2 The second value to be compared.
-1 when v2 is greater than v1, 0 when v1 equals v2, or 1 when v2 is less than v1.