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