Class BooleanIntPairImpl
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.BooleanIntPairImpl
- All Implemented Interfaces:
Serializable, Comparable<BooleanIntPair>, BooleanIntPair
This file was automatically generated from template file primitivePrimitivePairImpl.stg
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprivate static final longprivate final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
one
private final boolean one -
two
private final int two
-
-
Constructor Details
-
BooleanIntPairImpl
BooleanIntPairImpl(boolean newOne, int newTwo)
-
-
Method Details
-
getOne
public boolean getOne()- Specified by:
getOnein interfaceBooleanIntPair
-
getTwo
public int getTwo()- Specified by:
getTwoin interfaceBooleanIntPair
-
equals
-
hashCode
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<BooleanIntPair>
-