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 Details
-
getOne
- Specified by:
getOne
in interfaceObjectLongPair<T>
-
getTwo
public long getTwo()- Specified by:
getTwo
in interfaceObjectLongPair<T>
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<T>
-