Uses of Class
com.opengamma.strata.collect.tuple.IntDoublePair
-
Packages that use IntDoublePair Package Description com.opengamma.strata.collect.tuple Tuple data structures. -
-
Uses of IntDoublePair in com.opengamma.strata.collect.tuple
Methods in com.opengamma.strata.collect.tuple that return IntDoublePair Modifier and Type Method Description static IntDoublePair
IntDoublePair. of(int first, double second)
Obtains an instance from anint
and adouble
.static IntDoublePair
IntDoublePair. ofPair(Pair<Integer,Double> pair)
Obtains an instance from aPair
.static IntDoublePair
IntDoublePair. parse(String pairStr)
Parses anIntDoublePair
from the standard string format.Methods in com.opengamma.strata.collect.tuple that return types with arguments of type IntDoublePair Modifier and Type Method Description Class<? extends IntDoublePair>
IntDoublePair.Meta. beanType()
org.joda.beans.BeanBuilder<? extends IntDoublePair>
IntDoublePair.Meta. builder()
Methods in com.opengamma.strata.collect.tuple with parameters of type IntDoublePair Modifier and Type Method Description int
IntDoublePair. compareTo(IntDoublePair other)
Compares the pair based on the first element followed by the second element.
-