Uses of Interface
com.helger.commons.statistics.IStatisticsHandlerKeyedCounter
-
Packages that use IStatisticsHandlerKeyedCounter Package Description com.helger.commons.statistics com.helger.commons.statistics.util -
-
Uses of IStatisticsHandlerKeyedCounter in com.helger.commons.statistics
Subinterfaces of IStatisticsHandlerKeyedCounter in com.helger.commons.statistics Modifier and Type Interface Description interfaceIMutableStatisticsHandlerKeyedCounterStatistics handler for a keyed counter.Classes in com.helger.commons.statistics that implement IStatisticsHandlerKeyedCounter Modifier and Type Class Description classStatisticsHandlerKeyedCounterDefault implementation ofIMutableStatisticsHandlerKeyedCounter -
Uses of IStatisticsHandlerKeyedCounter in com.helger.commons.statistics.util
Methods in com.helger.commons.statistics.util with parameters of type IStatisticsHandlerKeyedCounter Modifier and Type Method Description default voidIStatisticsVisitorCallback. onKeyedCounter(String sName, IStatisticsHandlerKeyedCounter aHandler)Called per keyed-counter entry
-