Class ShortPair
java.lang.Object
uk.ac.starlink.ttools.plot2.layer.ShortPair
Aggregates two short integer values.
Intended (and optimised) for use as a map key.
- Since:
- 15 Jan 2015
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ShortPair
public ShortPair(short x, short y) Constructor.- Parameters:
x
- first valuey
- second value
-
-
Method Details