public class A extends AImpl implements java.util.List { public T[] toArray(T[] a) {return null;} public Object[] toArray() {return null;} }