Class BooleanBytePairImpl
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.BooleanBytePairImpl
- All Implemented Interfaces:
Serializable
,Comparable<BooleanBytePair>
,BooleanBytePair
public class BooleanBytePairImpl extends Object implements BooleanBytePair
This file was automatically generated from template file primitivePrimitivePairImpl.stg
- See Also:
- Serialized Form
-
Method Details
-
getOne
public boolean getOne()- Specified by:
getOne
in interfaceBooleanBytePair
-
getTwo
public byte getTwo()- Specified by:
getTwo
in interfaceBooleanBytePair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<BooleanBytePair>
-