org.openjena.atlas.iterator
Class MapUtils

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

public class MapUtils
extends Object


Constructor Summary
MapUtils()
           
 
Method Summary
static
<K,V> void
apply(Map<K,V> map, ActionKeyValue<K,V> action)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapUtils

public MapUtils()
Method Detail

apply

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


Licenced under the Apache License, Version 2.0