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