Class IntObjectPairImpl<T>
- java.lang.Object
-
- org.eclipse.collections.impl.tuple.primitive.IntObjectPairImpl<T>
-
- All Implemented Interfaces:
Serializable,Comparable<IntObjectPair<T>>,IntObjectPair<T>
public class IntObjectPairImpl<T> extends Object implements IntObjectPair<T>
This file was automatically generated from template file primitiveObjectPairImpl.stg- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(IntObjectPair<T> that)booleanequals(Object o)intgetOne()TgetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public int getOne()
- Specified by:
getOnein interfaceIntObjectPair<T>
-
getTwo
public T getTwo()
- Specified by:
getTwoin interfaceIntObjectPair<T>
-
compareTo
public int compareTo(IntObjectPair<T> that)
- Specified by:
compareToin interfaceComparable<T>
-
-