Uses of Class
org.apache.pinot.spi.utils.Pairs.IntPair
-
Packages that use Pairs.IntPair Package Description org.apache.pinot.spi.utils -
-
Uses of Pairs.IntPair in org.apache.pinot.spi.utils
Methods in org.apache.pinot.spi.utils that return Pairs.IntPair Modifier and Type Method Description static Pairs.IntPairPairs. intPair(int a, int b)Methods in org.apache.pinot.spi.utils that return types with arguments of type Pairs.IntPair Modifier and Type Method Description static Comparator<Pairs.IntPair>Pairs. intPairComparator()Methods in org.apache.pinot.spi.utils with parameters of type Pairs.IntPair Modifier and Type Method Description intPairs.AscendingIntPairComparator. compare(Pairs.IntPair pair1, Pairs.IntPair pair2)
-