Class ByteBooleanPairImpl
- java.lang.Object
-
- org.eclipse.collections.impl.tuple.primitive.ByteBooleanPairImpl
-
- All Implemented Interfaces:
Serializable,Comparable<ByteBooleanPair>,ByteBooleanPair
public class ByteBooleanPairImpl extends Object implements ByteBooleanPair
This file was automatically generated from template file primitivePrimitivePairImpl.stg- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ByteBooleanPair that)booleanequals(Object o)bytegetOne()booleangetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public byte getOne()
- Specified by:
getOnein interfaceByteBooleanPair
-
getTwo
public boolean getTwo()
- Specified by:
getTwoin interfaceByteBooleanPair
-
compareTo
public int compareTo(ByteBooleanPair that)
- Specified by:
compareToin interfaceComparable<ByteBooleanPair>
-
-