public class PairInt extends java.lang.Object
PairInt(int x, int y)
int
getX()
getY()
PairInt
plus(PairInt other)
rotate()
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public PairInt(int x, int y)
public PairInt rotate()
public java.lang.String toString()
toString
java.lang.Object
public int getX()
public int getY()
public PairInt plus(PairInt other)