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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
one
-
two
private final char two
-
-
Constructor Details
-
ObjectCharPairImpl
ObjectCharPairImpl(T newOne, char newTwo)
-
-
Method Details
-
getOne
- Specified by:
getOnein interfaceObjectCharPair<T>
-
getTwo
public char getTwo()- Specified by:
getTwoin interfaceObjectCharPair<T>
-
equals
-
hashCode
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<T>
-