public class doubleVector
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
doubleVector() |
|
doubleVector(long n) |
protected |
doubleVector(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(double x) |
long |
capacity() |
void |
clear() |
void |
delete() |
protected void |
finalize() |
double |
get(int i) |
protected static long |
getCPtr(doubleVector obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
double val) |
long |
size() |
protected doubleVector(long cPtr,
boolean cMemoryOwn)
public doubleVector()
public doubleVector(long n)
protected static long getCPtr(doubleVector 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(double x)
public double get(int i)
public void set(int i,
double val)