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