public final class FastStringMap<T>
extends com.google.gwt.core.client.JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
FastStringMap() |
Modifier and Type | Method and 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() |
public boolean containsKey(String key)
public void remove(String key)
public com.google.gwt.core.client.JsArrayString getKeys()
public int size()
public static <T> FastStringMap<T> create()
Copyright © 2019 Vaadin Ltd. All rights reserved.