-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
protected X |
x |
protected Y |
y |
-
Constructor Summary
Constructors
| Constructor and Description |
Tuple(X x,
Y y) |
-
-
Field Detail
-
x
protected transient X x
-
y
protected transient Y y
-
Constructor Detail
-
Tuple
public Tuple(X x,
Y y)
- 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.)
-
Method Detail
-
getXValue
public X getXValue()
- Returns:
- the x coordinate
-
getYValue
public Y getYValue()
- Returns:
- the y coordinate
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.