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:
getOnein interfaceBooleanBytePair
-
getTwo
public byte getTwo()- Specified by:
getTwoin interfaceBooleanBytePair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<BooleanBytePair>
-