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