class Point { int[] metrics; } interface Move { void move(int deltax, int deltay); }