|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metaio.sdk.jni.IntVector
public class IntVector
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 |
---|
public IntVector(long cPtr, boolean cMemoryOwn)
public IntVector()
public IntVector(long n)
Method Detail |
---|
public static long getCPtr(IntVector obj)
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(int x)
public int get(int i)
public void set(int i, int val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |