static L virtualNullList(int n) { ret new RandomAccessAbstractList() { public int size() { ret n; } public A get(int i) { null; } }; }