Class DoubleLongPairImpl
- java.lang.Object
-
- org.eclipse.collections.impl.tuple.primitive.DoubleLongPairImpl
-
- All Implemented Interfaces:
Serializable,Comparable<DoubleLongPair>,DoubleLongPair
public class DoubleLongPairImpl extends Object implements DoubleLongPair
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(DoubleLongPair that)booleanequals(Object o)doublegetOne()longgetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public double getOne()
- Specified by:
getOnein interfaceDoubleLongPair
-
getTwo
public long getTwo()
- Specified by:
getTwoin interfaceDoubleLongPair
-
compareTo
public int compareTo(DoubleLongPair that)
- Specified by:
compareToin interfaceComparable<DoubleLongPair>
-
-