1class RIGHT<A, B> { 2 static int ONE; 3 static int TWO; 4 static int THREE; 5 private A ChangeMe; 6}