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