class A { private int i; private int j; public A(int i, int j) { this.i = i; this.j = j; } }