public class IntPair extends Object
Constructor and Description |
---|
IntPair(int x,
int y) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getX() |
int |
getY() |
int |
hashCode() |
static IntPair |
make(int x,
int y) |
String |
toString() |
public int getX()
public int getY()
public static IntPair make(int x, int y)