com.xpn.xwiki.gwt.api.client
Class Dictionary

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by com.xpn.xwiki.gwt.api.client.Dictionary
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, java.io.Serializable, java.lang.Cloneable, java.util.Map

public class Dictionary
extends java.util.HashMap
implements com.google.gwt.user.client.rpc.IsSerializable

See Also:
Serialized Form

Constructor Summary
Dictionary()
           
Dictionary(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

Dictionary

public Dictionary()

Dictionary

public Dictionary(java.util.Map map)
Method Detail

get

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


Copyright © 2004-2011 XWiki. All Rights Reserved.