Class IntBytePairImpl
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.IntBytePairImpl
- All Implemented Interfaces:
Serializable
,Comparable<IntBytePair>
,IntBytePair
This file was automatically generated from template file primitivePrimitivePairImpl.stg
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private static final long
private final byte
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
one
private final int one -
two
private final byte two
-
-
Constructor Details
-
IntBytePairImpl
IntBytePairImpl(int newOne, byte newTwo)
-
-
Method Details
-
getOne
public int getOne()- Specified by:
getOne
in interfaceIntBytePair
-
getTwo
public byte getTwo()- Specified by:
getTwo
in interfaceIntBytePair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<IntBytePair>
-