cookxml.core.util
Class DocletUtils

java.lang.Object
  extended by cookxml.core.util.DocletUtils

public class DocletUtils
extends Object

Since:
CookXml 3.1
Version:
$Id: DocletUtils.java 255 2007-06-10 07:08:13Z coconut $

Constructor Summary
DocletUtils()
           
 
Method Summary
static Map mergeMap(Map map1, Map map2)
          Merge two maps.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocletUtils

public DocletUtils()
Method Detail

mergeMap

public static Map mergeMap(Map map1,
                           Map map2)
Merge two maps. Note that the two input maps may be modified. The maps are map. Map values cannot be null.

Parameters:
map1 - a non-null attribute map
map2 - a non-null attribute map
Returns:
the merged map.