Class BooleanLongPairImpl
- java.lang.Object
-
- org.eclipse.collections.impl.tuple.primitive.BooleanLongPairImpl
-
- All Implemented Interfaces:
Serializable,Comparable<BooleanLongPair>,BooleanLongPair
public class BooleanLongPairImpl extends Object implements BooleanLongPair
This file was automatically generated from template file primitivePrimitivePairImpl.stg- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(BooleanLongPair that)booleanequals(Object o)booleangetOne()longgetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public boolean getOne()
- Specified by:
getOnein interfaceBooleanLongPair
-
getTwo
public long getTwo()
- Specified by:
getTwoin interfaceBooleanLongPair
-
compareTo
public int compareTo(BooleanLongPair that)
- Specified by:
compareToin interfaceComparable<BooleanLongPair>
-
-