org.openjena.atlas.lib
Class MapUtils

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

public class MapUtils
extends java.lang.Object

Map specific functions


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

increment

public static <T> void increment(java.util.Map<T,java.lang.Integer> countMap,
                                 T key)

increment

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


Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.