私はJavaをかなり新しくしています。 私は2つのクラス、TimeSlotとLabGroupを持っています。 TimeSlotクラスにおいて code-- private Time start;
private Time end;
private String day;
public TimeSlot(String spec) {
//splits given string on
これは私のtoStringメソッドです。 public String toString() {
Life game = new Life(grid);
String word;
for (int row = 0; row < grid.length; row++) {
for (int col = 0; col < grid[0].length; co