org.apache.maven.doxia.module.xhtml
Class StringsMap

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.apache.maven.doxia.module.xhtml.StringsMap
All Implemented Interfaces:
Cloneable, Map, Serializable

public class StringsMap
extends HashMap

Since:
1.0
Version:
$Id: StringsMap.java 568110 2007-08-21 13:00:59Z vsiveton $
Author:
Jason van Zyl
See Also:
Serialized Form

Constructor Summary
StringsMap(Map map)
           
 
Method Summary
 String get(String key)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

StringsMap

public StringsMap(Map map)
Method Detail

get

public String get(String key)


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.