Class ObjectIntPairImpl<T>
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.ObjectIntPairImpl<T>
- All Implemented Interfaces:
Serializable
,Comparable<ObjectIntPair<T>>
,ObjectIntPair<T>
public class ObjectIntPairImpl<T> extends Object implements ObjectIntPair<T>
This file was automatically generated from template file objectPrimitivePairImpl.stg
- See Also:
- Serialized Form
-
Method Details
-
getOne
- Specified by:
getOne
in interfaceObjectIntPair<T>
-
getTwo
public int getTwo()- Specified by:
getTwo
in interfaceObjectIntPair<T>
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<T>
-