Impact Acquire SDK Java
|
Public Member Functions | |
boolean | add (Double e) |
void | add (int index, Double e) |
int | capacity () |
void | clear () |
synchronized void | delete () |
DoubleVector () | |
DoubleVector (double[] initialElements) | |
DoubleVector (DoubleVector other) | |
DoubleVector (int count, double value) | |
DoubleVector (Iterable< Double > initialElements) | |
Double | get (int index) |
boolean | isEmpty () |
Double | remove (int index) |
void | reserve (int n) |
Double | set (int index, Double e) |
int | size () |
Protected Member Functions | |
DoubleVector (long cPtr, boolean cMemoryOwn) | |
void | finalize () |
void | removeRange (int fromIndex, int toIndex) |
Static Protected Member Functions | |
static long | swigRelease (DoubleVector obj) |
Protected Attributes | |
transient boolean | swigCMemOwn |
|
protected |
DoubleVector | ( | double[] | initialElements | ) |
DoubleVector | ( | Iterable< Double > | initialElements | ) |
DoubleVector | ( | ) |
DoubleVector | ( | DoubleVector | other | ) |
DoubleVector | ( | int | count, |
double | value ) |
boolean add | ( | Double | e | ) |
void add | ( | int | index, |
Double | e ) |
int capacity | ( | ) |
void clear | ( | ) |
synchronized void delete | ( | ) |
|
protected |
Double get | ( | int | index | ) |
boolean isEmpty | ( | ) |
Double remove | ( | int | index | ) |
|
protected |
void reserve | ( | int | n | ) |
Double set | ( | int | index, |
Double | e ) |
int size | ( | ) |
|
staticprotected |
|
protected |