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