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