com.vaadin.client
Class FastStringMap<T>
java.lang.Object
JavaScriptObject
com.vaadin.client.FastStringMap<T>
public final class FastStringMap<T>
- extends JavaScriptObject
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FastStringMap
protected FastStringMap()
put
public void put(java.lang.String key,
T value)
get
public T get(java.lang.String key)
containsKey
public boolean containsKey(java.lang.String key)
remove
public void remove(java.lang.String key)
getKeys
public JsArrayString getKeys()
size
public int size()
create
public static <T> FastStringMap<T> create()
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.