Class IntBooleanPairImpl
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.IntBooleanPairImpl
- All Implemented Interfaces:
Serializable
,Comparable<IntBooleanPair>
,IntBooleanPair
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 boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
one
private final int one -
two
private final boolean two
-
-
Constructor Details
-
IntBooleanPairImpl
IntBooleanPairImpl(int newOne, boolean newTwo)
-
-
Method Details
-
getOne
public int getOne()- Specified by:
getOne
in interfaceIntBooleanPair
-
getTwo
public boolean getTwo()- Specified by:
getTwo
in interfaceIntBooleanPair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<IntBooleanPair>
-