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 Details

    • Storage

      public Storage()
  • Method Details

    • getListOfAllDaysAndItsTimes

      @NotNull @Contract(" -> new") public static List<ForecastAtHour> getListOfAllDaysAndItsTimes()
    • addToListOfAllDaysAndItsTimes

      public static void addToListOfAllDaysAndItsTimes(@NotNull ForecastAtHour forecast)
    • clearList

      public static void clearList()
    • removeElement

      public static void removeElement(@NotNull ForecastAtHour forecast)