Class ObjectCharPairImpl<T>
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.ObjectCharPairImpl<T>
- All Implemented Interfaces:
Serializable
,Comparable<ObjectCharPair<T>>
,ObjectCharPair<T>
This file was automatically generated from template file objectPrimitivePairImpl.stg
- See Also:
-
Method Summary
-
Method Details
-
getOne
- Specified by:
getOne
in interfaceObjectCharPair<T>
-
getTwo
public char getTwo()- Specified by:
getTwo
in interfaceObjectCharPair<T>
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<T>
-