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