cookxml.core.util
Class DocletUtils
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocletUtils
public DocletUtils()
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 mapmap2
- a non-null attribute map
- Returns:
- the merged map.