We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.
Class FastStringMap<T>
- java.lang.Object
-
- com.google.gwt.core.client.JavaScriptObject
-
- com.vaadin.client.FastStringMap<T>
-
public final class FastStringMap<T> extends com.google.gwt.core.client.JavaScriptObject
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FastStringMap()
-
Method Summary
All Methods Modifier and Type Method Description boolean
containsKey(String key)
static <T> FastStringMap<T>
create()
T
get(String key)
com.google.gwt.core.client.JsArrayString
getKeys()
void
put(String key, T value)
void
remove(String key)
int
size()
-
-
-
Method Detail
-
containsKey
public boolean containsKey(String key)
-
remove
public void remove(String key)
-
getKeys
public com.google.gwt.core.client.JsArrayString getKeys()
-
size
public int size()
-
create
public static <T> FastStringMap<T> create()
-
-