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