public final class IntComparator extends java.lang.Object implements ResultsComparator<java.lang.Integer>
Modifier and Type | Method and Description |
---|---|
boolean |
compare(java.lang.Integer d1,
java.lang.Integer d2) |
static IntComparator |
getInstance() |
public static IntComparator getInstance()
public boolean compare(java.lang.Integer d1, java.lang.Integer d2)
compare
in interface ResultsComparator<java.lang.Integer>