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