Class SingleKeyedCounter<T>

    • Constructor Detail

      • SingleKeyedCounter

        public SingleKeyedCounter()
    • Method Detail

      • increaseCounter

        public void increaseCounter​(T t)
      • getCounter

        public int getCounter​(T t)
      • printStatistic

        public String printStatistic()