com.metaio.sdk.jni
Class IntVector

java.lang.Object
  extended by com.metaio.sdk.jni.IntVector

public class IntVector
extends Object


Constructor Summary
IntVector()
           
IntVector(long n)
           
IntVector(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void add(int x)
           
 long capacity()
           
 void clear()
           
 void delete()
           
 int get(int i)
           
static long getCPtr(IntVector obj)
           
 boolean isEmpty()
           
 void reserve(long n)
           
 void set(int i, int val)
           
 long size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntVector

public IntVector(long cPtr,
                 boolean cMemoryOwn)

IntVector

public IntVector()

IntVector

public IntVector(long n)
Method Detail

getCPtr

public static long getCPtr(IntVector obj)

delete

public void delete()

size

public long size()

capacity

public long capacity()

reserve

public void reserve(long n)

isEmpty

public boolean isEmpty()

clear

public void clear()

add

public void add(int x)

get

public int get(int i)

set

public void set(int i,
                int val)