Class UtilityClass.Storage
java.lang.Object
cz.krystofcejchan.lite_weather_lib.utilities.UtilityClass.Storage
- Enclosing class:
- UtilityClass
public static class UtilityClass.Storage extends Object
Storing saved data
-
Constructor Summary
Constructors Constructor Description Storage() -
Method Summary
Modifier and Type Method Description static voidaddToListOfAllDaysAndItsTimes(ForecastAtHour forecast)static voidclearList()static List<ForecastAtHour>getListOfAllDaysAndItsTimes()static voidremoveElement(ForecastAtHour forecast)
-
Constructor Details
-
Storage
public Storage()
-
-
Method Details
-
getListOfAllDaysAndItsTimes
-
addToListOfAllDaysAndItsTimes
-
clearList
public static void clearList() -
removeElement
-