Class ObjectCharPairImpl<T>
- java.lang.Object
-
- org.eclipse.collections.impl.tuple.primitive.ObjectCharPairImpl<T>
-
- All Implemented Interfaces:
Serializable,Comparable<ObjectCharPair<T>>,ObjectCharPair<T>
public class ObjectCharPairImpl<T> extends Object implements ObjectCharPair<T>
This file was automatically generated from template file objectPrimitivePairImpl.stg- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ObjectCharPair<T> that)booleanequals(Object o)TgetOne()chargetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public T getOne()
- Specified by:
getOnein interfaceObjectCharPair<T>
-
getTwo
public char getTwo()
- Specified by:
getTwoin interfaceObjectCharPair<T>
-
compareTo
public int compareTo(ObjectCharPair<T> that)
- Specified by:
compareToin interfaceComparable<T>
-
-