class Pseudo { int[] sizes; String[] ids = new String[0]; // somewhere later sizes = new int[16]; ids = new String[4];