Class IntObjectPairImpl<T>
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.IntObjectPairImpl<T>
- All Implemented Interfaces:
Serializable
,Comparable<IntObjectPair<T>>
,IntObjectPair<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 int one -
two
-
-
Constructor Details
-
IntObjectPairImpl
IntObjectPairImpl(int newOne, T newTwo)
-
-
Method Details
-
getOne
public int getOne()- Specified by:
getOne
in interfaceIntObjectPair<T>
-
getTwo
- Specified by:
getTwo
in interfaceIntObjectPair<T>
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<T>
-