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