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:
getOnein interfaceDoubleShortPair
-
getTwo
public short getTwo()- Specified by:
getTwoin interfaceDoubleShortPair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<DoubleShortPair>
-