Class LongObjectPairImpl<T>
- java.lang.Object
-
- org.eclipse.collections.impl.tuple.primitive.LongObjectPairImpl<T>
-
- All Implemented Interfaces:
Serializable,Comparable<LongObjectPair<T>>,LongObjectPair<T>
public class LongObjectPairImpl<T> extends Object implements LongObjectPair<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(LongObjectPair<T> that)booleanequals(Object o)longgetOne()TgetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public long getOne()
- Specified by:
getOnein interfaceLongObjectPair<T>
-
getTwo
public T getTwo()
- Specified by:
getTwoin interfaceLongObjectPair<T>
-
compareTo
public int compareTo(LongObjectPair<T> that)
- Specified by:
compareToin interfaceComparable<T>
-
-