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