All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.grinder.statistics.StatisticsAccessor Maven / Gradle / Ivy

package net.grinder.statistics;

public class StatisticsAccessor {
    public static StatisticsSetFactory getFactory() {
        StatisticsIndexMap statisticsIndexMap = new StatisticsIndexMap();
        return new StatisticsSetFactory(statisticsIndexMap);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy