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