Package org.apache.pinot.spi.utils
Class Pairs.AscendingIntPairComparator
- java.lang.Object
-
- org.apache.pinot.spi.utils.Pairs.AscendingIntPairComparator
-
- All Implemented Interfaces:
Comparator<Pairs.IntPair>
- Enclosing class:
- Pairs
public static class Pairs.AscendingIntPairComparator extends Object implements Comparator<Pairs.IntPair>
-
-
Constructor Summary
Constructors Constructor Description AscendingIntPairComparator()
-
Method Summary
Modifier and Type Method Description intcompare(Pairs.IntPair pair1, Pairs.IntPair pair2)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(Pairs.IntPair pair1, Pairs.IntPair pair2)
- Specified by:
comparein interfaceComparator<Pairs.IntPair>
-
-