org.openjena.atlas.lib
Class MapUtils
java.lang.Object
org.openjena.atlas.lib.MapUtils
public class MapUtils
- extends java.lang.Object
Map specific functions
|
Method Summary |
static
|
apply(java.util.Map<K,V> map,
ActionKeyValue<K,V> action)
|
static
|
increment(java.util.Map<T,java.lang.Integer> countMap,
T key)
|
static
|
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 |
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.