public class MapUtils extends Object
static <K,V> void
apply(Map<K,V> map, ActionKeyValue<K,V> action)
static <T> void
increment(Map<T,Integer> countMap, T key)
increment(Map<T,Integer> countMap, T key, int incr)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <K,V> void apply(Map<K,V> map, ActionKeyValue<K,V> action)
public static <T> void increment(Map<T,Integer> countMap, T key)
public static <T> void increment(Map<T,Integer> countMap, T key, int incr)
Licenced under the Apache License, Version 2.0