Class EnumEventStatsMap<T extends Enum<T>>

  • Type Parameters:
    T - The enum type representing the legal category values

    public class EnumEventStatsMap<T extends Enum<T>>
    extends EventStatsMap<T>
    An EventStatsMap based on an enum
    Author:
    Eyal Schneider
    • Constructor Detail

      • EnumEventStatsMap

        public EnumEventStatsMap​(Class<T> enumType)
        Constructor
        Parameters:
        enumType - The class of the enum representing the legal category values