Package | Description |
---|---|
com.survivingwithandroid.weather.lib.model |
Modifier and Type | Field and Description |
---|---|
java.util.List<HistoricalHourWeather> |
HistoricalWeather.historicalData
Historical weather information as retrieved by the weather provider.
|
Modifier and Type | Method and Description |
---|---|
HistoricalHourWeather |
HistoricalWeather.getHistoricalHourWeather(int hourNum) |
Modifier and Type | Method and Description |
---|---|
java.util.List<HistoricalHourWeather> |
HistoricalWeather.getHoistoricalData() |
Modifier and Type | Method and Description |
---|---|
void |
HistoricalWeather.addHistoricalHourWeather(HistoricalHourWeather item) |