public class CIntVector
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
private long |
swigCPtr |
| Modifier | Constructor and Description |
|---|---|
|
CIntVector() |
|
CIntVector(long n) |
protected |
CIntVector(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int x) |
long |
capacity() |
void |
clear() |
void |
delete() |
protected void |
finalize() |
int |
get(int i) |
protected static long |
getCPtr(CIntVector obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
int val) |
long |
size() |
protected transient boolean swigCMemOwn
private transient long swigCPtr
public CIntVector()
public CIntVector(long n)
protected CIntVector(long cPtr,
boolean cMemoryOwn)
public void add(int x)
public long capacity()
public void clear()
public void delete()
protected void finalize()
finalize in class java.lang.Objectpublic int get(int i)
protected static long getCPtr(CIntVector obj)
public boolean isEmpty()
public void reserve(long n)
public void set(int i,
int val)
public long size()