Class LongDoublePairImpl
- java.lang.Object
-
- org.eclipse.collections.impl.tuple.primitive.LongDoublePairImpl
-
- All Implemented Interfaces:
Serializable,Comparable<LongDoublePair>,LongDoublePair
public class LongDoublePairImpl extends Object implements LongDoublePair
This file was automatically generated from template file primitivePrimitivePairImpl.stg- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(LongDoublePair that)booleanequals(Object o)longgetOne()doublegetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public long getOne()
- Specified by:
getOnein interfaceLongDoublePair
-
getTwo
public double getTwo()
- Specified by:
getTwoin interfaceLongDoublePair
-
compareTo
public int compareTo(LongDoublePair that)
- Specified by:
compareToin interfaceComparable<LongDoublePair>
-
-