Searched refs:totalCounter (Results 1 – 1 of 1) sorted by relevance
64 Counter<String> totalCounter = new Counter<String>(); in main() local310 totalCounter.increment(status); in main()459 for (String key : totalCounter.getKeysetSortedByKey()) { in main()460 System.out.println(key + "\t" + totalCounter.getCount(key)); in main()