org.openjena.atlas.lib
Class MapUtils

java.lang.Object
  extended by org.openjena.atlas.lib.MapUtils

public class MapUtils
extends Object

Map specific functions


Method Summary
static
<K,V> void
apply(Map<K,V> map, ActionKeyValue<K,V> action)
           
static
<T> void
increment(Map<T,Integer> countMap, T key)
           
static
<T> void
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

apply

public static <K,V> void apply(Map<K,V> map,
                               ActionKeyValue<K,V> action)

increment

public static <T> void increment(Map<T,Integer> countMap,
                                 T key)

increment

public static <T> void increment(Map<T,Integer> countMap,
                                 T key,
                                 int incr)


Licenced under the Apache License, Version 2.0