Why not use a collection class such asjava.util.ArrayList?Then it becomesList rainfallList[] = new ArrayList[12];// Read file and get data...rainfallList[0].add( ... );etc.