Class DoubleKeyedCounter<T,​U>

    • Constructor Detail

      • DoubleKeyedCounter

        public DoubleKeyedCounter()
    • Method Detail

      • increaseCounter

        public void increaseCounter​(T t,
                                    U u)
      • get

        public int get​(T t,
                       U u)
      • printStatistic

        public String printStatistic()