void setMatrix2s(List<Matrix2> matrix2s) { for (final matrix2 in matrix2s) { setMatrix2(matrix2); } }