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