org.gwtopenmaps.openlayers.client.util
Class JIntArray

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.util.JArrayBase
          extended by org.gwtopenmaps.openlayers.client.util.JIntArray

public class JIntArray
extends JArrayBase


Constructor Summary
  JIntArray(int[] array)
           
protected JIntArray(JSObject element)
           
 
Method Summary
static JIntArray create(int[] integers)
           
static JIntArray narrowToJIntArray(JSObject element)
           
 void push(int i)
           
 void set(int index, int value)
           
 int[] toArray()
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JArrayBase
length, narrowToJArray
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JIntArray

protected JIntArray(JSObject element)

JIntArray

public JIntArray(int[] array)
Method Detail

narrowToJIntArray

public static JIntArray narrowToJIntArray(JSObject element)

set

public void set(int index,
                int value)

toArray

public int[] toArray()

create

public static JIntArray create(int[] integers)

push

public void push(int i)


Copyright © 2011 sourceforge. All Rights Reserved.