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