1
edit
Changes
no edit summary
winddirection = 'S';
break;
}
this.weathers.add(w);
System.out.println(w.toString());
}
public void removeCity(String oCity)
{
this.weathers.remove(oCity);
}