org.gwtopenmaps.openlayers.client.util
Class JArrayBase
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.util.JArrayBase
- Direct Known Subclasses:
- JDoubleArray, JFloatArray, JIntArray, JObjectArray, JStringArray
public class JArrayBase
- extends JSObjectWrapper
Base class for classes wrapping Javascript arrays.
Get and set methods are implemented in subclasses, to make sure
they get and set the correct type of array element.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JArrayBase
protected JArrayBase(JSObject element)
JArrayBase
protected JArrayBase(int length)
narrowToJArray
public static JArrayBase narrowToJArray(JSObject element)
length
public int length()
Copyright © 2011 sourceforge. All Rights Reserved.