Class DoubleBooleanPairImpl
- java.lang.Object
-
- org.eclipse.collections.impl.tuple.primitive.DoubleBooleanPairImpl
-
- All Implemented Interfaces:
Serializable,Comparable<DoubleBooleanPair>,DoubleBooleanPair
public class DoubleBooleanPairImpl extends Object implements DoubleBooleanPair
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(DoubleBooleanPair that)booleanequals(Object o)doublegetOne()booleangetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public double getOne()
- Specified by:
getOnein interfaceDoubleBooleanPair
-
getTwo
public boolean getTwo()
- Specified by:
getTwoin interfaceDoubleBooleanPair
-
compareTo
public int compareTo(DoubleBooleanPair that)
- Specified by:
compareToin interfaceComparable<DoubleBooleanPair>
-
-