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:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class StringsMap
extends java.util.HashMap

Version:
$Id:StringsMap.java 348605 2005-11-24 12:02:44 +1100 (Thu, 24 Nov 2005) brett $
Author:
Jason van Zyl
See Also:
Serialized Form

Constructor Summary
StringsMap(java.util.Map map)
           
 
Method Summary
 java.lang.String get(java.lang.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(java.util.Map map)
Method Detail

get

public java.lang.String get(java.lang.String key)


Copyright © {inceptionYear}-2006 null. All Rights Reserved.