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