Klasse Couple

java.lang.Object
org.opentcs.data.model.Couple
Alle implementierten Schnittstellen:
Serializable

public class Couple extends Object implements Serializable
A generic 2-tuple of long integer values, usable for 2D coordinates and vectors, for instance.
Siehe auch:
  • 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

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object