Class LongLongPairImpl
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.LongLongPairImpl
- All Implemented Interfaces:
Serializable, Comparable<LongLongPair>, LongLongPair
This file was automatically generated from template file primitivePrimitivePairImpl.stg
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final longprivate static final longprivate final long -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
one
private final long one -
two
private final long two
-
-
Constructor Details
-
LongLongPairImpl
LongLongPairImpl(long newOne, long newTwo)
-
-
Method Details
-
getOne
public long getOne()- Specified by:
getOnein interfaceLongLongPair
-
getTwo
public long getTwo()- Specified by:
getTwoin interfaceLongLongPair
-
equals
-
hashCode
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<LongLongPair>
-