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