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 LongDoublePair
LongDoublePair. of(long first, double second)
Obtains an instance from along
and adouble
.static LongDoublePair
LongDoublePair. ofPair(Pair<Long,Double> pair)
Obtains an instance from aPair
.static LongDoublePair
LongDoublePair. parse(String pairStr)
Parses aLongDoublePair
from 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 int
LongDoublePair. compareTo(LongDoublePair other)
Compares the pair based on the first element followed by the second element.
-