Example #1
0
 public CountMap(Map<T, Integer> other) {
   putAll(other);
 }