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

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

public class StringsMap
extends java.util.HashMap

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

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry, java.util.AbstractMap.SimpleImmutableEntry
 
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 © 2002-2009 Apache Software Foundation. All Rights Reserved.