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