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 Details
-
getOne
public short getOne()- Specified by:
getOne
in interfaceShortDoublePair
-
getTwo
public double getTwo()- Specified by:
getTwo
in interfaceShortDoublePair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ShortDoublePair>
-