public interface LongComparator
extends java.util.Comparator<java.lang.Long>
Comparator
; provides methods to compare two primitive types both as objects
and as primitive types.
Note that fastutil
provides a corresponding abstract class that
can be used to implement this interface just by specifying the type-specific
comparator.
Comparator
Modifier and Type | Method and Description |
---|---|
int |
compare(long k1,
long k2)
Compares the given primitive types.
|
compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong