T - public class JsArrayCollection<T>
extends java.util.AbstractCollection<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
JsArrayCollection.JsArrayIterator<T> |
| Constructor and Description |
|---|
JsArrayCollection()
creates an empty array
|
JsArrayCollection(com.google.gwt.core.client.JavaScriptObject data)
creates JsArrayCollection wrapping an existing js array
|
| Modifier and Type | Method and Description |
|---|---|
static <T> JsArrayCollection<T> |
create(com.google.gwt.core.client.JavaScriptObject data) |
java.util.Iterator<T> |
iterator() |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic JsArrayCollection()
public JsArrayCollection(com.google.gwt.core.client.JavaScriptObject data)
public static <T> JsArrayCollection<T> create(com.google.gwt.core.client.JavaScriptObject data)
public java.util.Iterator<T> iterator()