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