public class Xy { public int x; public int y; public Xy(int xx, int yy) { x = xx; y = yy; } }