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, Serializable, Cloneable, Map

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

See Also:
Serialized Form

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

Dictionary

public Dictionary()

Dictionary

public Dictionary(Map map)
Method Detail

get

public String get(String key)


Copyright © 2004-2009 XWiki. All Rights Reserved.