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