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