Liferay 6.1.2-ce-ga3

com.liferay.portal.tools
Class ArgumentsMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,String>
          extended by com.liferay.portal.tools.ArgumentsMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>

public class ArgumentsMap
extends HashMap<String,String>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
ArgumentsMap()
           
 
Method Summary
 String get(Object key)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, 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

ArgumentsMap

public ArgumentsMap()
Method Detail

get

public String get(Object key)
Specified by:
get in interface Map<String,String>
Overrides:
get in class HashMap<String,String>

Liferay 6.1.2-ce-ga3