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