Package org.oscim.tiling.source.geojson
Class JsArrayCollection<T>
- java.lang.Object
-
- java.util.AbstractCollection<T>
-
- org.oscim.tiling.source.geojson.JsArrayCollection<T>
-
- Type Parameters:
T-
- All Implemented Interfaces:
java.lang.Iterable<T>,java.util.Collection<T>
public class JsArrayCollection<T> extends java.util.AbstractCollection<T>a Java Friendly way of working with Js Arrays using the Java.util.Collection API https://groups.google.com/forum/#!topic/google-web-toolkit/_8X9WPL6qwM
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJsArrayCollection.JsArrayIterator<T>
-
Constructor Summary
Constructors Constructor Description JsArrayCollection()creates an empty arrayJsArrayCollection(com.google.gwt.core.client.JavaScriptObject data)creates JsArrayCollection wrapping an existing js array
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> JsArrayCollection<T>create(com.google.gwt.core.client.JavaScriptObject data)java.util.Iterator<T>iterator()intsize()-
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
create
public static <T> JsArrayCollection<T> create(com.google.gwt.core.client.JavaScriptObject data)
-
iterator
public java.util.Iterator<T> iterator()
-
-