static O[] arrayOfBlankObjects(int n) { O[] a = new O[n]; for i to n: a[i] = new O; ret a; }