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