Class CharObjectPairImpl<T>
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.CharObjectPairImpl<T>
- All Implemented Interfaces:
Serializable
,Comparable<CharObjectPair<T>>
,CharObjectPair<T>
This file was automatically generated from template file primitiveObjectPairImpl.stg
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
one
private final char one -
two
-
-
Constructor Details
-
CharObjectPairImpl
CharObjectPairImpl(char newOne, T newTwo)
-
-
Method Details
-
getOne
public char getOne()- Specified by:
getOne
in interfaceCharObjectPair<T>
-
getTwo
- Specified by:
getTwo
in interfaceCharObjectPair<T>
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<T>
-