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 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>
-