Inheritance diagram for fiftyone.devicedetection.hash.engine.onpremise.interop.swig.VectorStringSwig:
Collaboration diagram for fiftyone.devicedetection.hash.engine.onpremise.interop.swig.VectorStringSwig:
Public Member Functions
synchronized void | delete () |
void | close () |
VectorStringSwig (String[] initialElements) | |
VectorStringSwig (Iterable< String > initialElements) | |
String | get (int index) |
String | set (int index, String e) |
boolean | add (String e) |
void | add (int index, String e) |
String | remove (int index) |
int | size () |
VectorStringSwig (VectorStringSwig other) | |
long | capacity () |
void | reserve (long n) |
boolean | isEmpty () |
void | clear () |
VectorStringSwig (int count, String value) |
Protected Member Functions
Static Protected Member Functions
static long | getCPtr (VectorStringSwig obj) |