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