Package de.gsi.dataset.spi.utils
Class Tuple<X,Y>
- java.lang.Object
-
- de.gsi.dataset.spi.utils.Tuple<X,Y>
-
- Type Parameters:
X- the x coordinate (usually a Number but may be also a String etc.)Y- the y coordinate (usually a Number but may be also a String etc.)
- Direct Known Subclasses:
DoublePoint,DoublePointError
public class Tuple<X,Y> extends java.lang.Object- Author:
- rstein
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XgetXValue()YgetYValue()java.lang.StringtoString()
-