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