Class LongObjectPairImpl<T>
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.LongObjectPairImpl<T>
- All Implemented Interfaces:
Serializable,Comparable<LongObjectPair<T>>,LongObjectPair<T>
This file was automatically generated from template file primitiveObjectPairImpl.stg
- See Also:
-
Method Summary
-
Method Details
-
getOne
public long getOne()- Specified by:
getOnein interfaceLongObjectPair<T>
-
getTwo
- Specified by:
getTwoin interfaceLongObjectPair<T>
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<T>
-