Package | Description |
---|---|
com.survivingwithandroid.weather.lib.model |
Modifier and Type | Field and Description |
---|---|
java.util.List<HourForecast> |
WeatherHourForecast.hoursForecast
Hour forecast information as retrieved by the weather provider.
|
Modifier and Type | Method and Description |
---|---|
HourForecast |
WeatherHourForecast.getHourForecast(int hourNum) |
Modifier and Type | Method and Description |
---|---|
java.util.List<HourForecast> |
WeatherHourForecast.getHourForecast() |
Modifier and Type | Method and Description |
---|---|
void |
WeatherHourForecast.addForecast(HourForecast forecast) |