Class DoubleShortPairImpl
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.DoubleShortPairImpl
- All Implemented Interfaces:
Serializable
,Comparable<DoubleShortPair>
,DoubleShortPair
public class DoubleShortPairImpl extends Object implements DoubleShortPair
This file was automatically generated from template file primitivePrimitivePairImpl.stg
- See Also:
- Serialized Form
-
Method Details
-
getOne
public double getOne()- Specified by:
getOne
in interfaceDoubleShortPair
-
getTwo
public short getTwo()- Specified by:
getTwo
in interfaceDoubleShortPair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<DoubleShortPair>
-