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 FastStringSet
- java.lang.Object
-
- com.google.gwt.core.client.JavaScriptObject
-
- com.vaadin.client.FastStringSet
-
public final class FastStringSet extends com.google.gwt.core.client.JavaScriptObject
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FastStringSet()
-
Method Summary
All Methods Modifier and Type Method Description void
add(String string)
void
addAll(com.google.gwt.core.client.JsArrayString array)
void
addAll(FastStringSet set)
void
addAllTo(Collection<String> target)
boolean
contains(String string)
static FastStringSet
create()
com.google.gwt.core.client.JsArrayString
dump()
boolean
isEmpty()
void
remove(String string)
void
removeAll(FastStringSet valuesToRemove)
-
-
-
Method Detail
-
contains
public boolean contains(String string)
-
add
public void add(String string)
-
addAll
public void addAll(com.google.gwt.core.client.JsArrayString array)
-
addAll
public void addAll(FastStringSet set)
-
dump
public com.google.gwt.core.client.JsArrayString dump()
-
remove
public void remove(String string)
-
isEmpty
public boolean isEmpty()
-
create
public static FastStringSet create()
-
addAllTo
public void addAllTo(Collection<String> target)
-
removeAll
public void removeAll(FastStringSet valuesToRemove)
-
-