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 Details
-
getOne
public byte getOne()- Specified by:
getOne
in interfaceByteDoublePair
-
getTwo
public double getTwo()- Specified by:
getTwo
in interfaceByteDoublePair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ByteDoublePair>
-