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