normalizeData(clicks, normalize, maxValue);
}
manager.putTable(table);
ShortUrlStatistics statistics = new ShortUrlStatistics(shortUrl,
TimeFrame.DAY);
statistics.addCounters("clicks", clicks);
statistics.addCounters("clicksbycountry",
new TreeSet<Counter<String, Long>>(clicksByCountry.values()));
return statistics;
}