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