Class Counter<T>


  • public class Counter<T>
    extends Object
    • Constructor Detail

      • Counter

        public Counter()
    • Method Detail

      • count

        public void count​(T key)
      • add

        public void add​(T key,
                        int i)
      • get

        public int get​(T key)
      • keys

        public Set<T> keys()
      • total

        public int total()