Uses of Enum Class
edu.ucsb.cs156.dining.util.StatsWindow
Packages that use StatsWindow
-
Uses of StatsWindow in edu.ucsb.cs156.dining.controllers
Methods in edu.ucsb.cs156.dining.controllers with parameters of type StatsWindowModifier and TypeMethodDescriptionStatisticsController.bestRatedItems(StatsWindow window, int limit, long minReviews) StatisticsController.worstRatedItems(StatsWindow window, int limit, long minReviews) -
Uses of StatsWindow in edu.ucsb.cs156.dining.util
Methods in edu.ucsb.cs156.dining.util that return StatsWindowModifier and TypeMethodDescriptionstatic StatsWindowReturns the enum constant of this class with the specified name.static StatsWindow[]StatsWindow.values()Returns an array containing the constants of this enum class, in the order they are declared.