Package ai.libs.jaicore.basic.sets
Class IntCoordinates
- java.lang.Object
-
- ai.libs.jaicore.basic.sets.IntCoordinates
-
public class IntCoordinates extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IntCoordinates(int x, int y)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)IntCoordinatesgetDown()IntCoordinatesgetLeft()IntCoordinatesgetRight()IntCoordinatesgetUp()intgetX()intgetY()inthashCode()
-
-
-
Method Detail
-
getX
public int getX()
-
getY
public int getY()
-
getUp
public IntCoordinates getUp()
-
getDown
public IntCoordinates getDown()
-
getLeft
public IntCoordinates getLeft()
-
getRight
public IntCoordinates getRight()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-