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 Details
-
getOne
public long getOne()- Specified by:
getOnein interfaceLongCharPair
-
getTwo
public char getTwo()- Specified by:
getTwoin interfaceLongCharPair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<LongCharPair>
-