Class ShortFloatPairImpl
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.ShortFloatPairImpl
- All Implemented Interfaces:
Serializable
,Comparable<ShortFloatPair>
,ShortFloatPair
This file was automatically generated from template file primitivePrimitivePairImpl.stg
- See Also:
-
Method Summary
-
Method Details
-
getOne
public short getOne()- Specified by:
getOne
in interfaceShortFloatPair
-
getTwo
public float getTwo()- Specified by:
getTwo
in interfaceShortFloatPair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ShortFloatPair>
-