Package org.opentcs.data.model
Klasse Couple
java.lang.Object
org.opentcs.data.model.Couple
- Alle implementierten Schnittstellen:
Serializable
A generic 2-tuple of long integer values, usable for 2D coordinates and vectors, for instance.
- Siehe auch:
-
Konstruktorübersicht
-
Methodenübersicht
-
Konstruktordetails
-
Couple
public Couple(long x, long y) Creates a new instance.- Parameter:
x
- The X coordinate.y
- The Y coordinate.
-
-
Methodendetails
-
getX
public long getX()Returns the x coordinate.- Gibt zurück:
- x
-
getY
public long getY()Returns the y coordinate.- Gibt zurück:
- y
-
equals
-
hashCode
public int hashCode() -
toString
-