Uses of Interface
com.helger.commons.statistics.IStatisticsHandlerKeyedSize
-
Packages that use IStatisticsHandlerKeyedSize Package Description com.helger.commons.statistics com.helger.commons.statistics.util -
-
Uses of IStatisticsHandlerKeyedSize in com.helger.commons.statistics
Subinterfaces of IStatisticsHandlerKeyedSize in com.helger.commons.statistics Modifier and Type Interface Description interfaceIMutableStatisticsHandlerKeyedSizeStatistics handler for keyed sizes.Classes in com.helger.commons.statistics that implement IStatisticsHandlerKeyedSize Modifier and Type Class Description classStatisticsHandlerKeyedSizeDefault implementation ofIMutableStatisticsHandlerKeyedSize -
Uses of IStatisticsHandlerKeyedSize in com.helger.commons.statistics.util
Methods in com.helger.commons.statistics.util with parameters of type IStatisticsHandlerKeyedSize Modifier and Type Method Description default voidIStatisticsVisitorCallback. onKeyedSize(String sName, IStatisticsHandlerKeyedSize aHandler)Called per keyed-size entry
-