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:
getOnein interfaceObjectCharPair<T>
-
getTwo
public char getTwo()- Specified by:
getTwoin interfaceObjectCharPair<T>
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<T>
-