Class LongCharPairImpl
- java.lang.Object
-
- org.eclipse.collections.impl.tuple.primitive.LongCharPairImpl
-
- All Implemented Interfaces:
Serializable,Comparable<LongCharPair>,LongCharPair
public class LongCharPairImpl extends Object implements LongCharPair
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(LongCharPair that)booleanequals(Object o)longgetOne()chargetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public long getOne()
- Specified by:
getOnein interfaceLongCharPair
-
getTwo
public char getTwo()
- Specified by:
getTwoin interfaceLongCharPair
-
compareTo
public int compareTo(LongCharPair that)
- Specified by:
compareToin interfaceComparable<LongCharPair>
-
-