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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(LongFloatPair that)booleanequals(Object o)longgetOne()floatgetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public long getOne()
- Specified by:
getOnein interfaceLongFloatPair
-
getTwo
public float getTwo()
- Specified by:
getTwoin interfaceLongFloatPair
-
compareTo
public int compareTo(LongFloatPair that)
- Specified by:
compareToin interfaceComparable<LongFloatPair>
-
-