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