Class ByteBooleanPairImpl
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.ByteBooleanPairImpl
- All Implemented Interfaces:
Serializable,Comparable<ByteBooleanPair>,ByteBooleanPair
This file was automatically generated from template file primitivePrimitivePairImpl.stg
- See Also:
-
Method Summary
-
Method Details
-
getOne
public byte getOne()- Specified by:
getOnein interfaceByteBooleanPair
-
getTwo
public boolean getTwo()- Specified by:
getTwoin interfaceByteBooleanPair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<ByteBooleanPair>
-