void writeStrings(List<String> strings) { for (int i = 0; i < strings.length; i++) { this[i].ref = strings[i]; } }