|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openjena.atlas.lib.MapUtils
public class MapUtils
Map specific functions
Method Summary | ||
---|---|---|
static
|
apply(Map<K,V> map,
ActionKeyValue<K,V> action)
|
|
static
|
increment(Map<T,Integer> countMap,
T key)
|
|
static
|
increment(Map<T,Integer> countMap,
T key,
int incr)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |